[INFO] cloning repository https://github.com/nynrathod/mylang
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nynrathod/mylang" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnynrathod%2Fmylang", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnynrathod%2Fmylang'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4b08e5893768910aa0bcba30ccf20d2dec979af2
[INFO] checking nynrathod/mylang against try#21cad1f647cfd05a566220f933edd88a53e50bcf for pr-129249-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnynrathod%2Fmylang" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/nynrathod/mylang
[INFO] finished tweaking git repo https://github.com/nynrathod/mylang
[INFO] tweaked toml for git repo https://github.com/nynrathod/mylang written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nynrathod/mylang on toolchain 21cad1f647cfd05a566220f933edd88a53e50bcf
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+21cad1f647cfd05a566220f933edd88a53e50bcf" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/nynrathod/mylang already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+21cad1f647cfd05a566220f933edd88a53e50bcf" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] cf22ab6dd47f476b9c27f8f34f1e0b0c044db81bff44677c4b6ec945e38f97e9
[INFO] running `Command { std: "docker" "start" "cf22ab6dd47f476b9c27f8f34f1e0b0c044db81bff44677c4b6ec945e38f97e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cf22ab6dd47f476b9c27f8f34f1e0b0c044db81bff44677c4b6ec945e38f97e9" "/opt/rustwide/cargo-home/bin/cargo" "+21cad1f647cfd05a566220f933edd88a53e50bcf" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cf22ab6dd47f476b9c27f8f34f1e0b0c044db81bff44677c4b6ec945e38f97e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cf22ab6dd47f476b9c27f8f34f1e0b0c044db81bff44677c4b6ec945e38f97e9" "/opt/rustwide/cargo-home/bin/cargo" "+21cad1f647cfd05a566220f933edd88a53e50bcf" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]    Compiling serde_json v1.0.147
[INFO] [stderr]     Checking zmij v0.1.7
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]    Compiling find-msvc-tools v0.1.5
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking bytes v1.11.0
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]     Checking const-oid v0.9.6
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]     Checking bumpalo v3.19.1
[INFO] [stderr]     Checking base64ct v1.8.3
[INFO] [stderr]     Checking flagset v0.4.7
[INFO] [stderr]     Checking rustls-pki-types v1.13.2
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]     Checking pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking rustc-hash v2.1.1
[INFO] [stderr]    Compiling rustls v0.23.35
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling regex-lite v0.1.8
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking regex-syntax v0.8.8
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling inkwell v0.8.0
[INFO] [stderr]     Checking webpki-roots v1.0.4
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]     Checking base16ct v0.2.0
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.1
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]     Checking anstyle-query v1.1.4
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking simd-adler32 v0.3.8
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]     Checking clap_lex v0.7.6
[INFO] [stderr]    Compiling cc v1.2.50
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking clap_builder v4.5.53
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]    Compiling num-bigint-dig v0.8.6
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]     Checking flate2 v1.1.5
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking fluent-uri v0.1.4
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking blowfish v0.9.1
[INFO] [stderr]     Checking ureq-proto v0.5.3
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking pem v3.0.6
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]    Compiling doo_lsp v0.4.2 (/opt/rustwide/workdir/crates/doo_lsp)
[INFO] [stderr]     Checking whoami v2.1.0
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking rfc6979 v0.4.0
[INFO] [stderr]     Checking nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking data-encoding v2.10.0
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking webpki-roots v0.26.11
[INFO] [stderr]     Checking libloading v0.8.9
[INFO] [stderr]     Checking urlencoding v2.1.3
[INFO] [stderr]     Checking matchit v0.9.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking time v0.3.44
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking socket2 v0.6.2
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking console v0.16.2
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking uuid v1.20.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking ff v0.13.1
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking crypto-bigint v0.5.5
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking bcrypt v0.18.0
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking tempfile v3.23.0
[INFO] [stderr]     Checking postgres-protocol v0.6.10
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling llvm-sys v181.2.0
[INFO] [stderr]    Compiling libz-sys v1.1.24
[INFO] [stderr]    Compiling libgit2-sys v0.18.3+1.9.2
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]     Checking dialoguer v0.12.0
[INFO] [stderr]     Checking ctrlc v3.5.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling der_derive v0.7.3
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling inkwell_internals v0.13.0
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]     Checking rustls-webpki v0.103.8
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking rustls-webpki v0.101.7
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking simple_asn1 v0.6.3
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking pkcs8 v0.10.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking clap v4.5.53
[INFO] [stderr]     Checking x509-cert v0.2.5
[INFO] [stderr]     Checking tungstenite v0.26.2
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking sec1 v0.7.3
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking pkcs1 v0.7.5
[INFO] [stderr]     Checking ed25519 v2.2.3
[INFO] [stderr]     Checking elliptic-curve v0.13.8
[INFO] [stderr]     Checking primeorder v0.13.6
[INFO] [stderr]     Checking ecdsa v0.16.9
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking rsa v0.9.10
[INFO] [stderr]     Checking ed25519-dalek v2.2.0
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking p256 v0.13.2
[INFO] [stderr]     Checking p384 v0.13.1
[INFO] [stderr]     Checking string-interner v0.15.0
[INFO] [stderr]     Checking doo_ffi_core v0.4.2 (/opt/rustwide/workdir/ffi/doo_ffi_core)
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking chrono v0.4.43
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> ffi/doo_ffi_core/src/cookies.rs:263:1
[INFO] [stdout]     |
[INFO] [stdout] 263 | /// Thread-local raw cookie headers pushed via cross-DLL bridge.
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout]     = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_free`
[INFO] [stdout]   --> ffi/doo_ffi_core/src/result.rs:11:39
[INFO] [stdout]    |
[INFO] [stdout] 11 | use crate::memory::{doo_alloc_string, doo_free};
[INFO] [stdout]    |                                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]   --> ffi/doo_ffi_core/src/memory.rs:39:1
[INFO] [stdout]    |
[INFO] [stdout] 39 | #[inline]
[INFO] [stdout]    | ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout]    = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]   --> ffi/doo_ffi_core/src/memory.rs:62:1
[INFO] [stdout]    |
[INFO] [stdout] 62 | #[inline]
[INFO] [stdout]    | ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]   --> ffi/doo_ffi_core/src/memory.rs:78:1
[INFO] [stdout]    |
[INFO] [stdout] 78 | #[inline]
[INFO] [stdout]    | ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]    --> ffi/doo_ffi_core/src/memory.rs:218:1
[INFO] [stdout]     |
[INFO] [stdout] 218 | #[inline]
[INFO] [stdout]     | ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]    --> ffi/doo_ffi_core/src/memory.rs:232:1
[INFO] [stdout]     |
[INFO] [stdout] 232 | #[inline]
[INFO] [stdout]     | ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking lsp-types v0.97.0
[INFO] [stderr]     Checking lsp-server v0.7.9
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking doo_core v0.4.2 (/opt/rustwide/workdir/crates/doo_core)
[INFO] [stderr]     Checking jsonwebtoken v10.3.0
[INFO] [stderr]     Checking doo_ffi_json v0.4.2 (/opt/rustwide/workdir/ffi/doo_ffi_json)
[INFO] [stderr]     Checking doo_ffi_file v0.4.2 (/opt/rustwide/workdir/ffi/doo_ffi_file)
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> ffi/doo_ffi_core/src/cookies.rs:263:1
[INFO] [stdout]     |
[INFO] [stdout] 263 | /// Thread-local raw cookie headers pushed via cross-DLL bridge.
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout]     = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_free`
[INFO] [stdout]   --> ffi/doo_ffi_core/src/result.rs:11:39
[INFO] [stdout]    |
[INFO] [stdout] 11 | use crate::memory::{doo_alloc_string, doo_free};
[INFO] [stdout]    |                                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]   --> ffi/doo_ffi_core/src/memory.rs:39:1
[INFO] [stdout]    |
[INFO] [stdout] 39 | #[inline]
[INFO] [stdout]    | ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout]    = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]   --> ffi/doo_ffi_core/src/memory.rs:62:1
[INFO] [stdout]    |
[INFO] [stdout] 62 | #[inline]
[INFO] [stdout]    | ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]   --> ffi/doo_ffi_core/src/memory.rs:78:1
[INFO] [stdout]    |
[INFO] [stdout] 78 | #[inline]
[INFO] [stdout]    | ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]    --> ffi/doo_ffi_core/src/memory.rs:218:1
[INFO] [stdout]     |
[INFO] [stdout] 218 | #[inline]
[INFO] [stdout]     | ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]    --> ffi/doo_ffi_core/src/memory.rs:232:1
[INFO] [stdout]     |
[INFO] [stdout] 232 | #[inline]
[INFO] [stdout]     | ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]     --> ffi/doo_ffi_file/src/lib.rs:1022:13
[INFO] [stdout]      |
[INFO] [stdout] 1022 |             unsafe {
[INFO] [stdout]      |             ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]     --> ffi/doo_ffi_file/src/lib.rs:1033:9
[INFO] [stdout]      |
[INFO] [stdout] 1033 |         unsafe {
[INFO] [stdout]      |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]     --> ffi/doo_ffi_file/src/lib.rs:1049:13
[INFO] [stdout]      |
[INFO] [stdout] 1049 |             unsafe {
[INFO] [stdout]      |             ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]     --> ffi/doo_ffi_file/src/lib.rs:1070:9
[INFO] [stdout]      |
[INFO] [stdout] 1070 |         unsafe {
[INFO] [stdout]      |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]     --> ffi/doo_ffi_file/src/lib.rs:1083:13
[INFO] [stdout]      |
[INFO] [stdout] 1083 |             unsafe {
[INFO] [stdout]      |             ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `alloc_file_error` is never used
[INFO] [stdout]    --> ffi/doo_ffi_file/src/lib.rs:311:4
[INFO] [stdout]     |
[INFO] [stdout] 311 | fn alloc_file_error(message: &str) -> *mut DooFileError {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_file_with_permissions` is never used
[INFO] [stdout]    --> ffi/doo_ffi_file/src/lib.rs:361:4
[INFO] [stdout]     |
[INFO] [stdout] 361 | fn create_file_with_permissions(path: &Path, content: &str) -> std::io::Result<()> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `alloc_file_error` is never used
[INFO] [stdout]    --> ffi/doo_ffi_file/src/lib.rs:311:4
[INFO] [stdout]     |
[INFO] [stdout] 311 | fn alloc_file_error(message: &str) -> *mut DooFileError {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_file_with_permissions` is never used
[INFO] [stdout]    --> ffi/doo_ffi_file/src/lib.rs:361:4
[INFO] [stdout]     |
[INFO] [stdout] 361 | fn create_file_with_permissions(path: &Path, content: &str) -> std::io::Result<()> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> ffi/doo_ffi_core/src/helpers.rs:198:9
[INFO] [stdout]     |
[INFO] [stdout] 198 |         unsafe {
[INFO] [stdout]     |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking minreq v2.14.1
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> crates/doo_core/src/types/registry.rs:675:21
[INFO] [stdout]     |
[INFO] [stdout] 673 |                     (_, TypeKind::Interface { .. }) => true,
[INFO] [stdout]     |                     ------------------------------- matches all the relevant values
[INFO] [stdout] 674 |                     // An interface is compatible with itself
[INFO] [stdout] 675 |                     (TypeKind::Interface { .. }, TypeKind::Interface { .. }) => actual == expected,
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `computed_at` is never read
[INFO] [stdout]   --> crates/doo_core/src/query.rs:87:5
[INFO] [stdout]    |
[INFO] [stdout] 83 | struct QueryEntry {
[INFO] [stdout]    |        ---------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 87 |     computed_at: Revision,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking doo_frontend v0.4.2 (/opt/rustwide/workdir/crates/doo_frontend)
[INFO] [stderr]     Checking doo_diagnostics v0.4.2 (/opt/rustwide/workdir/crates/doo_diagnostics)
[INFO] [stderr]     Checking url v2.5.7
[INFO] [stderr]     Checking postgres-types v0.2.12
[INFO] [stderr]     Checking doo_ffi_auth v0.4.2 (/opt/rustwide/workdir/ffi/doo_ffi_auth)
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> crates/doo_core/src/types/registry.rs:675:21
[INFO] [stdout]     |
[INFO] [stdout] 673 |                     (_, TypeKind::Interface { .. }) => true,
[INFO] [stdout]     |                     ------------------------------- matches all the relevant values
[INFO] [stdout] 674 |                     // An interface is compatible with itself
[INFO] [stdout] 675 |                     (TypeKind::Interface { .. }, TypeKind::Interface { .. }) => actual == expected,
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `computed_at` is never read
[INFO] [stdout]   --> crates/doo_core/src/query.rs:87:5
[INFO] [stdout]    |
[INFO] [stdout] 83 | struct QueryEntry {
[INFO] [stdout]    |        ---------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 87 |     computed_at: Revision,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `file_id` is never read
[INFO] [stdout]   --> crates/doo_frontend/src/parser/mod.rs:35:16
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub struct Parser {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 35 |     pub(super) file_id: u32,
[INFO] [stdout]    |                ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking ureq v3.1.4
[INFO] [stderr]     Checking doo_hir v0.4.2 (/opt/rustwide/workdir/crates/doo_hir)
[INFO] [stdout] warning: unused import: `doo_debug`
[INFO] [stdout]  --> crates/doo_hir/src/lowering/items.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     doo_debug,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ExprKind`
[INFO] [stdout]   --> crates/doo_hir/src/lowering/items.rs:10:32
[INFO] [stdout]    |
[INFO] [stdout] 10 |     self, Decorator, EnumDecl, ExprKind, FunctionDecl, ImportDecl, InterfaceDecl, Item, StaticDecl,
[INFO] [stdout]    |                                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_debug`
[INFO] [stdout]  --> crates/doo_hir/src/lowering/stmt.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     doo_debug,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_debug`
[INFO] [stdout]  --> crates/doo_hir/src/lowering/items.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     doo_debug,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ExprKind`
[INFO] [stdout]   --> crates/doo_hir/src/lowering/items.rs:10:32
[INFO] [stdout]    |
[INFO] [stdout] 10 |     self, Decorator, EnumDecl, ExprKind, FunctionDecl, ImportDecl, InterfaceDecl, Item, StaticDecl,
[INFO] [stdout]    |                                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_debug`
[INFO] [stdout]  --> crates/doo_hir/src/lowering/stmt.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     doo_debug,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `file_id` is never read
[INFO] [stdout]   --> crates/doo_frontend/src/parser/mod.rs:35:16
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub struct Parser {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 35 |     pub(super) file_id: u32,
[INFO] [stdout]    |                ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> crates/doo_hir/src/lowering/items.rs:168:14
[INFO] [stdout]     |
[INFO] [stdout] 168 |         for (i, stmt) in f.body.iter().enumerate() {}
[INFO] [stdout]     |              ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `stmt`
[INFO] [stdout]    --> crates/doo_hir/src/lowering/items.rs:168:17
[INFO] [stdout]     |
[INFO] [stdout] 168 |         for (i, stmt) in f.body.iter().enumerate() {}
[INFO] [stdout]     |                 ^^^^ help: if this is intentional, prefix it with an underscore: `_stmt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> crates/doo_hir/src/lowering/items.rs:168:14
[INFO] [stdout]     |
[INFO] [stdout] 168 |         for (i, stmt) in f.body.iter().enumerate() {}
[INFO] [stdout]     |              ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `stmt`
[INFO] [stdout]    --> crates/doo_hir/src/lowering/items.rs:168:17
[INFO] [stdout]     |
[INFO] [stdout] 168 |         for (i, stmt) in f.body.iter().enumerate() {}
[INFO] [stdout]     |                 ^^^^ help: if this is intentional, prefix it with an underscore: `_stmt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DEFAULT_SESSION_EXPIRY_SECS` is never used
[INFO] [stdout]   --> ffi/doo_ffi_auth/src/strategies/oauth/mod.rs:71:7
[INFO] [stdout]    |
[INFO] [stdout] 71 | const DEFAULT_SESSION_EXPIRY_SECS: i64 = 86400;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `make_ok_void` is never used
[INFO] [stdout]   --> ffi/doo_ffi_auth/src/strategies/oauth/http_handlers.rs:86:4
[INFO] [stdout]    |
[INFO] [stdout] 86 | fn make_ok_void() -> *mut DooResult {
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DEFAULT_SESSION_EXPIRY_SECS` is never used
[INFO] [stdout]   --> ffi/doo_ffi_auth/src/strategies/oauth/mod.rs:71:7
[INFO] [stdout]    |
[INFO] [stdout] 71 | const DEFAULT_SESSION_EXPIRY_SECS: i64 = 86400;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `make_ok_void` is never used
[INFO] [stdout]   --> ffi/doo_ffi_auth/src/strategies/oauth/http_handlers.rs:86:4
[INFO] [stdout]    |
[INFO] [stdout] 86 | fn make_ok_void() -> *mut DooResult {
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking doo_analysis v0.4.2 (/opt/rustwide/workdir/crates/doo_analysis)
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking deadpool-runtime v0.1.4
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tokio-tungstenite v0.26.2
[INFO] [stderr]     Checking git2 v0.20.4
[INFO] [stdout] warning: unused import: `ConstValue`
[INFO] [stdout]   --> crates/doo_analysis/src/semantic/type_check.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 |     ConstValue, HirBinOp, HirExpr, HirExprKind, HirFunction, HirItem, HirMatchPattern, HirProgram,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]   --> crates/doo_analysis/src/semantic/visibility.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use doo_core::doo_debug;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]   --> crates/doo_analysis/src/types/infer.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use doo_core::doo_debug;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking deadpool v0.12.3
[INFO] [stdout] warning: unused import: `ConstValue`
[INFO] [stdout]   --> crates/doo_analysis/src/semantic/type_check.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 |     ConstValue, HirBinOp, HirExpr, HirExprKind, HirFunction, HirItem, HirMatchPattern, HirProgram,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]   --> crates/doo_analysis/src/semantic/visibility.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use doo_core::doo_debug;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]   --> crates/doo_analysis/src/types/infer.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use doo_core::doo_debug;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stdout] warning: variable `return_span` is assigned to, but never used
[INFO] [stdout]    --> crates/doo_analysis/src/semantic/type_check.rs:533:13
[INFO] [stdout]     |
[INFO] [stdout] 533 |         let mut return_span = None;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using `_return_span` instead
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `return_span` is never read
[INFO] [stdout]    --> crates/doo_analysis/src/semantic/type_check.rs:553:17
[INFO] [stdout]     |
[INFO] [stdout] 553 |                 return_span = Some(stmt.span);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> crates/doo_analysis/src/semantic/type_check.rs:931:13
[INFO] [stdout]     |
[INFO] [stdout] 733 |             HirStmtKind::Expr(expr) => {
[INFO] [stdout]     |             ----------------------- matches all the relevant values
[INFO] [stdout] ...
[INFO] [stdout] 931 |             HirStmtKind::Expr(expr) => {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> crates/doo_analysis/src/semantic/type_check.rs:936:13
[INFO] [stdout]     |
[INFO] [stdout] 689 | /             HirStmtKind::If {
[INFO] [stdout] 690 | |                 condition,
[INFO] [stdout] 691 | |                 then_block,
[INFO] [stdout] 692 | |                 else_block,
[INFO] [stdout] 693 | |             } => {
[INFO] [stdout]     | |_____________- matches all the relevant values
[INFO] [stdout] ...
[INFO] [stdout] 936 | /             HirStmtKind::If {
[INFO] [stdout] 937 | |                 condition,
[INFO] [stdout] 938 | |                 then_block,
[INFO] [stdout] 939 | |                 else_block,
[INFO] [stdout] 940 | |             } => {
[INFO] [stdout]     | |_____________^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> crates/doo_analysis/src/semantic/type_check.rs:959:13
[INFO] [stdout]     |
[INFO] [stdout] 714 | /             HirStmtKind::While {
[INFO] [stdout] 715 | |                 condition,
[INFO] [stdout] 716 | |                 body,
[INFO] [stdout] 717 | |                 increment,
[INFO] [stdout] 718 | |             } => {
[INFO] [stdout]     | |_____________- matches all the relevant values
[INFO] [stdout] ...
[INFO] [stdout] 959 | /             HirStmtKind::While {
[INFO] [stdout] 960 | |                 condition,
[INFO] [stdout] 961 | |                 body,
[INFO] [stdout] 962 | |                 increment,
[INFO] [stdout] 963 | |             } => {
[INFO] [stdout]     | |_____________^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking doo_ffi_runtime v0.4.2 (/opt/rustwide/workdir/ffi/doo_ffi_runtime)
[INFO] [stderr]     Checking tokio-postgres v0.7.16
[INFO] [stdout] warning: unused variable: `struct_name`
[INFO] [stdout]    --> crates/doo_analysis/src/types/infer.rs:319:35
[INFO] [stdout]     |
[INFO] [stdout] 319 | ...                   name: struct_name,
[INFO] [stdout]     |                             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_struct_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `ownership` is never read
[INFO] [stdout]    --> crates/doo_analysis/src/ownership/mod.rs:145:5
[INFO] [stdout]     |
[INFO] [stdout] 137 | struct VarInfo {
[INFO] [stdout]     |        ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 145 |     ownership: Ownership,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `VarInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_mutating_method` is never used
[INFO] [stdout]    --> crates/doo_analysis/src/ownership/mod.rs:804:8
[INFO] [stdout]     |
[INFO] [stdout] 162 | impl OwnershipAnalyzer {
[INFO] [stdout]     | ---------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 804 |     fn is_mutating_method(&self, method: &str) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `count_ok_values` is never used
[INFO] [stdout]    --> crates/doo_analysis/src/semantic/error_flow.rs:409:8
[INFO] [stdout]     |
[INFO] [stdout]  93 | impl<'a> ErrorFlowChecker<'a> {
[INFO] [stdout]     | ----------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 409 |     fn count_ok_values(&self, type_id: TypeId) -> usize {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `SendResult` is more private than the item `TaskHandle::new`
[INFO] [stdout]   --> ffi/doo_ffi_runtime/src/task_handle.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn new(handle: JoinHandle<SendResult>) -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated function `TaskHandle::new` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `SendResult` is only usable at visibility `pub(crate)`
[INFO] [stdout]   --> ffi/doo_ffi_runtime/src/task_handle.rs:18:1
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub(crate) struct SendResult(pub *mut DooResult);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking doo_mir v0.4.2 (/opt/rustwide/workdir/crates/doo_mir)
[INFO] [stdout] warning: variable `return_span` is assigned to, but never used
[INFO] [stdout]    --> crates/doo_analysis/src/semantic/type_check.rs:533:13
[INFO] [stdout]     |
[INFO] [stdout] 533 |         let mut return_span = None;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using `_return_span` instead
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `return_span` is never read
[INFO] [stdout]    --> crates/doo_analysis/src/semantic/type_check.rs:553:17
[INFO] [stdout]     |
[INFO] [stdout] 553 |                 return_span = Some(stmt.span);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `SendResult` is more private than the item `TaskHandle::new`
[INFO] [stdout]   --> ffi/doo_ffi_runtime/src/task_handle.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn new(handle: JoinHandle<SendResult>) -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated function `TaskHandle::new` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `SendResult` is only usable at visibility `pub(crate)`
[INFO] [stdout]   --> ffi/doo_ffi_runtime/src/task_handle.rs:18:1
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub(crate) struct SendResult(pub *mut DooResult);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> crates/doo_analysis/src/semantic/type_check.rs:931:13
[INFO] [stdout]     |
[INFO] [stdout] 733 |             HirStmtKind::Expr(expr) => {
[INFO] [stdout]     |             ----------------------- matches all the relevant values
[INFO] [stdout] ...
[INFO] [stdout] 931 |             HirStmtKind::Expr(expr) => {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> crates/doo_analysis/src/semantic/type_check.rs:936:13
[INFO] [stdout]     |
[INFO] [stdout] 689 | /             HirStmtKind::If {
[INFO] [stdout] 690 | |                 condition,
[INFO] [stdout] 691 | |                 then_block,
[INFO] [stdout] 692 | |                 else_block,
[INFO] [stdout] 693 | |             } => {
[INFO] [stdout]     | |_____________- matches all the relevant values
[INFO] [stdout] ...
[INFO] [stdout] 936 | /             HirStmtKind::If {
[INFO] [stdout] 937 | |                 condition,
[INFO] [stdout] 938 | |                 then_block,
[INFO] [stdout] 939 | |                 else_block,
[INFO] [stdout] 940 | |             } => {
[INFO] [stdout]     | |_____________^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> crates/doo_analysis/src/semantic/type_check.rs:959:13
[INFO] [stdout]     |
[INFO] [stdout] 714 | /             HirStmtKind::While {
[INFO] [stdout] 715 | |                 condition,
[INFO] [stdout] 716 | |                 body,
[INFO] [stdout] 717 | |                 increment,
[INFO] [stdout] 718 | |             } => {
[INFO] [stdout]     | |_____________- matches all the relevant values
[INFO] [stdout] ...
[INFO] [stdout] 959 | /             HirStmtKind::While {
[INFO] [stdout] 960 | |                 condition,
[INFO] [stdout] 961 | |                 body,
[INFO] [stdout] 962 | |                 increment,
[INFO] [stdout] 963 | |             } => {
[INFO] [stdout]     | |_____________^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking doo_ffi_process v0.4.2 (/opt/rustwide/workdir/ffi/doo_ffi_process)
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]   --> crates/doo_mir/src/types.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | use doo_core::doo_debug;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_debug`
[INFO] [stdout]  --> crates/doo_mir/src/builder/expr.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     doo_debug,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `resolve`
[INFO] [stdout]  --> crates/doo_mir/src/builder/stmt.rs:4:18
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::sym::{resolve, sym, Sym};
[INFO] [stdout]   |                  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]  --> crates/doo_mir/src/builder/stmt.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use doo_core::doo_debug;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]   --> crates/doo_mir/src/builder/mod.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use doo_core::doo_debug;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]   --> crates/doo_mir/src/types.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | use doo_core::doo_debug;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_debug`
[INFO] [stdout]  --> crates/doo_mir/src/builder/expr.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     doo_debug,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `resolve`
[INFO] [stdout]  --> crates/doo_mir/src/builder/stmt.rs:4:18
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::sym::{resolve, sym, Sym};
[INFO] [stdout]   |                  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]  --> crates/doo_mir/src/builder/stmt.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use doo_core::doo_debug;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]   --> crates/doo_mir/src/builder/mod.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use doo_core::doo_debug;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `struct_name`
[INFO] [stdout]    --> crates/doo_analysis/src/types/infer.rs:319:35
[INFO] [stdout]     |
[INFO] [stdout] 319 | ...                   name: struct_name,
[INFO] [stdout]     |                             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_struct_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `ownership` is never read
[INFO] [stdout]    --> crates/doo_analysis/src/ownership/mod.rs:145:5
[INFO] [stdout]     |
[INFO] [stdout] 137 | struct VarInfo {
[INFO] [stdout]     |        ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 145 |     ownership: Ownership,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `VarInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_mutating_method` is never used
[INFO] [stdout]    --> crates/doo_analysis/src/ownership/mod.rs:804:8
[INFO] [stdout]     |
[INFO] [stdout] 162 | impl OwnershipAnalyzer {
[INFO] [stdout]     | ---------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 804 |     fn is_mutating_method(&self, method: &str) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `count_ok_values` is never used
[INFO] [stdout]    --> crates/doo_analysis/src/semantic/error_flow.rs:409:8
[INFO] [stdout]     |
[INFO] [stdout]  93 | impl<'a> ErrorFlowChecker<'a> {
[INFO] [stdout]     | ----------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 409 |     fn count_ok_values(&self, type_id: TypeId) -> usize {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `string_to_c` is never used
[INFO] [stdout]    --> ffi/doo_ffi_process/src/lib.rs:124:4
[INFO] [stdout]     |
[INFO] [stdout] 124 | fn string_to_c(s: &str) -> *const c_char {
[INFO] [stdout]     |    ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `UNIX_DANGEROUS_CHARS` is never used
[INFO] [stdout]   --> ffi/doo_ffi_process/src/security.rs:56:7
[INFO] [stdout]    |
[INFO] [stdout] 56 | const UNIX_DANGEROUS_CHARS: &[char] = &[
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `string_to_c` is never used
[INFO] [stdout]    --> ffi/doo_ffi_process/src/lib.rs:124:4
[INFO] [stdout]     |
[INFO] [stdout] 124 | fn string_to_c(s: &str) -> *const c_char {
[INFO] [stdout]     |    ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `UNIX_DANGEROUS_CHARS` is never used
[INFO] [stdout]   --> ffi/doo_ffi_process/src/security.rs:56:7
[INFO] [stdout]    |
[INFO] [stdout] 56 | const UNIX_DANGEROUS_CHARS: &[char] = &[
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `is_concrete`
[INFO] [stdout]    --> crates/doo_mir/src/builder/expr.rs:512:37
[INFO] [stdout]     |
[INFO] [stdout] 512 | ...                   let is_concrete = arg_type != param_type;
[INFO] [stdout]     |                           ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_concrete`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `is_concrete`
[INFO] [stdout]    --> crates/doo_mir/src/builder/expr.rs:512:37
[INFO] [stdout]     |
[INFO] [stdout] 512 | ...                   let is_concrete = arg_type != param_type;
[INFO] [stdout]     |                           ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_concrete`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `container_kind_from_expr` and `get_builtin_method_return_type` are never used
[INFO] [stdout]     --> crates/doo_mir/src/builder/mod.rs:1003:19
[INFO] [stdout]      |
[INFO] [stdout]  168 | impl<'a> MirBuilder<'a> {
[INFO] [stdout]      | ----------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 1003 |     pub(crate) fn container_kind_from_expr(&self, expr: &HirExpr) -> Option<ContainerKind> {
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1162 |     pub(crate) fn get_builtin_method_return_type(
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `container_kind_from_expr` and `get_builtin_method_return_type` are never used
[INFO] [stdout]     --> crates/doo_mir/src/builder/mod.rs:1003:19
[INFO] [stdout]      |
[INFO] [stdout]  168 | impl<'a> MirBuilder<'a> {
[INFO] [stdout]      | ----------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 1003 |     pub(crate) fn container_kind_from_expr(&self, expr: &HirExpr) -> Option<ContainerKind> {
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1162 |     pub(crate) fn get_builtin_method_return_type(
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking doo_codegen v0.4.2 (/opt/rustwide/workdir/crates/doo_codegen)
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]  --> crates/doo_codegen/src/builder.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use doo_core::doo_debug;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]  --> crates/doo_codegen/src/builtins/json.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use doo_core::doo_debug;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]  --> crates/doo_codegen/src/context/locals.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use doo_core::doo_debug;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]   --> crates/doo_codegen/src/context/mod.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use doo_core::doo_debug;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]  --> crates/doo_codegen/src/instructions/arithmetic.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use doo_core::doo_debug;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]   --> crates/doo_codegen/src/instructions/arrays.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use doo_core::doo_debug;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]   --> crates/doo_codegen/src/instructions/maps.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use doo_core::doo_debug;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]  --> crates/doo_codegen/src/instructions/composites.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use doo_core::doo_debug;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]   --> crates/doo_codegen/src/instructions/calls/call_ffi.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use doo_core::doo_debug;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]  --> crates/doo_codegen/src/instructions/calls/call_metadata.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use doo_core::doo_debug;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]  --> crates/doo_codegen/src/instructions/calls/call_print.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use doo_core::doo_debug;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]  --> crates/doo_codegen/src/instructions/calls/call_wrappers.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use doo_core::doo_debug;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]   --> crates/doo_codegen/src/instructions/calls/mod.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 | use doo_core::doo_debug;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]   --> crates/doo_codegen/src/instructions/enums.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | use doo_core::doo_debug;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_core::types::registry::builtin`
[INFO] [stdout]   --> crates/doo_codegen/src/instructions/async_ops.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | use doo_core::types::registry::builtin;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]   --> crates/doo_codegen/src/instructions/mod.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use doo_core::doo_debug;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]   --> crates/doo_codegen/src/optimize.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | use doo_core::doo_debug;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]   --> crates/doo_codegen/src/packages/database.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use doo_core::doo_debug;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]   --> crates/doo_codegen/src/packages/http.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use doo_core::doo_debug;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]  --> crates/doo_codegen/src/utils.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use doo_core::doo_debug;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]  --> crates/doo_codegen/src/builder.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use doo_core::doo_debug;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]  --> crates/doo_codegen/src/builtins/json.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use doo_core::doo_debug;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]  --> crates/doo_codegen/src/context/locals.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use doo_core::doo_debug;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]   --> crates/doo_codegen/src/context/mod.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use doo_core::doo_debug;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]  --> crates/doo_codegen/src/instructions/arithmetic.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use doo_core::doo_debug;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]   --> crates/doo_codegen/src/instructions/arrays.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use doo_core::doo_debug;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]   --> crates/doo_codegen/src/instructions/maps.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use doo_core::doo_debug;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]  --> crates/doo_codegen/src/instructions/composites.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use doo_core::doo_debug;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]   --> crates/doo_codegen/src/instructions/calls/call_ffi.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use doo_core::doo_debug;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]  --> crates/doo_codegen/src/instructions/calls/call_metadata.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use doo_core::doo_debug;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]  --> crates/doo_codegen/src/instructions/calls/call_print.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use doo_core::doo_debug;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]  --> crates/doo_codegen/src/instructions/calls/call_wrappers.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use doo_core::doo_debug;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]   --> crates/doo_codegen/src/instructions/calls/mod.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 | use doo_core::doo_debug;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]   --> crates/doo_codegen/src/instructions/enums.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | use doo_core::doo_debug;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_core::types::registry::builtin`
[INFO] [stdout]   --> crates/doo_codegen/src/instructions/async_ops.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | use doo_core::types::registry::builtin;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]   --> crates/doo_codegen/src/instructions/mod.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use doo_core::doo_debug;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]   --> crates/doo_codegen/src/optimize.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | use doo_core::doo_debug;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]   --> crates/doo_codegen/src/packages/database.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use doo_core::doo_debug;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]   --> crates/doo_codegen/src/packages/http.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use doo_core::doo_debug;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `doo_core::doo_debug`
[INFO] [stdout]  --> crates/doo_codegen/src/utils.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use doo_core::doo_debug;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/builder.rs:297:18
[INFO] [stdout]     |
[INFO] [stdout] 297 |                 .ptr_type(inkwell::AddressSpace::default());
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/builder.rs:626:18
[INFO] [stdout]     |
[INFO] [stdout] 626 |                 .ptr_type(inkwell::AddressSpace::default());
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/builder.rs:297:18
[INFO] [stdout]     |
[INFO] [stdout] 297 |                 .ptr_type(inkwell::AddressSpace::default());
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/builder.rs:626:18
[INFO] [stdout]     |
[INFO] [stdout] 626 |                 .ptr_type(inkwell::AddressSpace::default());
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::BasicType::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/builtins/array.rs:489:27
[INFO] [stdout]     |
[INFO] [stdout] 489 |                 elem_llvm.ptr_type(AddressSpace::default()),
[INFO] [stdout]     |                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::BasicType::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/builtins/array.rs:542:27
[INFO] [stdout]     |
[INFO] [stdout] 542 |                 elem_llvm.ptr_type(AddressSpace::default()),
[INFO] [stdout]     |                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::BasicType::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/builtins/array.rs:687:27
[INFO] [stdout]     |
[INFO] [stdout] 687 |                 elem_llvm.ptr_type(AddressSpace::default()),
[INFO] [stdout]     |                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::BasicType::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/builtins/array.rs:695:27
[INFO] [stdout]     |
[INFO] [stdout] 695 |                 elem_llvm.ptr_type(AddressSpace::default()),
[INFO] [stdout]     |                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/builtins/array.rs:831:39
[INFO] [stdout]     |
[INFO] [stdout] 831 |                 ctx.context.i8_type().ptr_type(AddressSpace::default()),
[INFO] [stdout]     |                                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::BasicType::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/builtins/array.rs:922:31
[INFO] [stdout]     |
[INFO] [stdout] 922 |                     elem_llvm.ptr_type(AddressSpace::default()),
[INFO] [stdout]     |                               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/builtins/array.rs:992:39
[INFO] [stdout]     |
[INFO] [stdout] 992 |                 ctx.context.i8_type().ptr_type(AddressSpace::default()),
[INFO] [stdout]     |                                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/array.rs:1001:39
[INFO] [stdout]      |
[INFO] [stdout] 1001 |                 ctx.context.i8_type().ptr_type(AddressSpace::default()),
[INFO] [stdout]      |                                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/array.rs:1040:39
[INFO] [stdout]      |
[INFO] [stdout] 1040 |                 ctx.context.i8_type().ptr_type(AddressSpace::default()),
[INFO] [stdout]      |                                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::BasicType::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/array.rs:1057:31
[INFO] [stdout]      |
[INFO] [stdout] 1057 |                     elem_llvm.ptr_type(AddressSpace::default()),
[INFO] [stdout]      |                               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::BasicType::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/builtins/array.rs:489:27
[INFO] [stdout]     |
[INFO] [stdout] 489 |                 elem_llvm.ptr_type(AddressSpace::default()),
[INFO] [stdout]     |                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::BasicType::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/array.rs:1116:31
[INFO] [stdout]      |
[INFO] [stdout] 1116 |                     elem_llvm.ptr_type(AddressSpace::default()),
[INFO] [stdout]      |                               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::BasicType::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/builtins/array.rs:542:27
[INFO] [stdout]     |
[INFO] [stdout] 542 |                 elem_llvm.ptr_type(AddressSpace::default()),
[INFO] [stdout]     |                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/array.rs:1128:43
[INFO] [stdout]      |
[INFO] [stdout] 1128 |                     ctx.context.i8_type().ptr_type(AddressSpace::default()),
[INFO] [stdout]      |                                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/array.rs:1181:43
[INFO] [stdout]      |
[INFO] [stdout] 1181 |                     ctx.context.i8_type().ptr_type(AddressSpace::default()),
[INFO] [stdout]      |                                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/array.rs:1209:39
[INFO] [stdout]      |
[INFO] [stdout] 1209 |                 ctx.context.i8_type().ptr_type(AddressSpace::default()),
[INFO] [stdout]      |                                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/array.rs:1235:39
[INFO] [stdout]      |
[INFO] [stdout] 1235 |                 ctx.context.i8_type().ptr_type(AddressSpace::default()),
[INFO] [stdout]      |                                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/array.rs:1251:39
[INFO] [stdout]      |
[INFO] [stdout] 1251 |                 ctx.context.i8_type().ptr_type(AddressSpace::default()),
[INFO] [stdout]      |                                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::BasicType::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/builtins/array.rs:687:27
[INFO] [stdout]     |
[INFO] [stdout] 687 |                 elem_llvm.ptr_type(AddressSpace::default()),
[INFO] [stdout]     |                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::BasicType::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/builtins/array.rs:695:27
[INFO] [stdout]     |
[INFO] [stdout] 695 |                 elem_llvm.ptr_type(AddressSpace::default()),
[INFO] [stdout]     |                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/builtins/array.rs:831:39
[INFO] [stdout]     |
[INFO] [stdout] 831 |                 ctx.context.i8_type().ptr_type(AddressSpace::default()),
[INFO] [stdout]     |                                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::BasicType::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/builtins/array.rs:922:31
[INFO] [stdout]     |
[INFO] [stdout] 922 |                     elem_llvm.ptr_type(AddressSpace::default()),
[INFO] [stdout]     |                               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/builtins/array.rs:992:39
[INFO] [stdout]     |
[INFO] [stdout] 992 |                 ctx.context.i8_type().ptr_type(AddressSpace::default()),
[INFO] [stdout]     |                                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/array.rs:1001:39
[INFO] [stdout]      |
[INFO] [stdout] 1001 |                 ctx.context.i8_type().ptr_type(AddressSpace::default()),
[INFO] [stdout]      |                                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/array.rs:1040:39
[INFO] [stdout]      |
[INFO] [stdout] 1040 |                 ctx.context.i8_type().ptr_type(AddressSpace::default()),
[INFO] [stdout]      |                                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::BasicType::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/array.rs:1057:31
[INFO] [stdout]      |
[INFO] [stdout] 1057 |                     elem_llvm.ptr_type(AddressSpace::default()),
[INFO] [stdout]      |                               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::BasicType::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/array.rs:1116:31
[INFO] [stdout]      |
[INFO] [stdout] 1116 |                     elem_llvm.ptr_type(AddressSpace::default()),
[INFO] [stdout]      |                               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/array.rs:1128:43
[INFO] [stdout]      |
[INFO] [stdout] 1128 |                     ctx.context.i8_type().ptr_type(AddressSpace::default()),
[INFO] [stdout]      |                                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/array.rs:1695:50
[INFO] [stdout]      |
[INFO] [stdout] 1695 |             let ptr_type = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/array.rs:1705:50
[INFO] [stdout]      |
[INFO] [stdout] 1705 |             let ptr_type = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/array.rs:1715:50
[INFO] [stdout]      |
[INFO] [stdout] 1715 |             let ptr_type = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/array.rs:1181:43
[INFO] [stdout]      |
[INFO] [stdout] 1181 |                     ctx.context.i8_type().ptr_type(AddressSpace::default()),
[INFO] [stdout]      |                                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/array.rs:1732:50
[INFO] [stdout]      |
[INFO] [stdout] 1732 |             let ptr_type = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/array.rs:1209:39
[INFO] [stdout]      |
[INFO] [stdout] 1209 |                 ctx.context.i8_type().ptr_type(AddressSpace::default()),
[INFO] [stdout]      |                                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/array.rs:1750:42
[INFO] [stdout]      |
[INFO] [stdout] 1750 |     let ptr_type = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::FunctionType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/array.rs:1785:21
[INFO] [stdout]      |
[INFO] [stdout] 1785 |             fn_type.ptr_type(AddressSpace::default()),
[INFO] [stdout]      |                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/array.rs:1235:39
[INFO] [stdout]      |
[INFO] [stdout] 1235 |                 ctx.context.i8_type().ptr_type(AddressSpace::default()),
[INFO] [stdout]      |                                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/array.rs:1251:39
[INFO] [stdout]      |
[INFO] [stdout] 1251 |                 ctx.context.i8_type().ptr_type(AddressSpace::default()),
[INFO] [stdout]      |                                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/builtins/json.rs:105:44
[INFO] [stdout]     |
[INFO] [stdout] 105 |         let i8_ptr = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]     |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/builtins/json.rs:297:44
[INFO] [stdout]     |
[INFO] [stdout] 297 |         let i8_ptr = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]     |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking hyper-rustls v0.27.7
[INFO] [stderr]     Checking tokio-postgres-rustls v0.13.0
[INFO] [stderr]     Checking deadpool-postgres v0.14.1
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/builtins/json.rs:833:44
[INFO] [stdout]     |
[INFO] [stdout] 833 |         let i8_ptr = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]     |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/array.rs:1695:50
[INFO] [stdout]      |
[INFO] [stdout] 1695 |             let ptr_type = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/array.rs:1705:50
[INFO] [stdout]      |
[INFO] [stdout] 1705 |             let ptr_type = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/array.rs:1715:50
[INFO] [stdout]      |
[INFO] [stdout] 1715 |             let ptr_type = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/array.rs:1732:50
[INFO] [stdout]      |
[INFO] [stdout] 1732 |             let ptr_type = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/array.rs:1750:42
[INFO] [stdout]      |
[INFO] [stdout] 1750 |     let ptr_type = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::FunctionType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/array.rs:1785:21
[INFO] [stdout]      |
[INFO] [stdout] 1785 |             fn_type.ptr_type(AddressSpace::default()),
[INFO] [stdout]      |                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/builtins/json.rs:105:44
[INFO] [stdout]     |
[INFO] [stdout] 105 |         let i8_ptr = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]     |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::StructType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:1387:41
[INFO] [stdout]      |
[INFO] [stdout] 1387 |                         tuple_llvm_type.ptr_type(AddressSpace::default()),
[INFO] [stdout]      |                                         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/builtins/json.rs:297:44
[INFO] [stdout]     |
[INFO] [stdout] 297 |         let i8_ptr = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]     |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:1439:61
[INFO] [stdout]      |
[INFO] [stdout] 1439 |                     let i32_ptr_ty = ctx.context.i32_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                                             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::PointerType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:1466:36
[INFO] [stdout]      |
[INFO] [stdout] 1466 | ...                   ptr_ty.ptr_type(AddressSpace::default()),
[INFO] [stdout]      |                              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:1879:14
[INFO] [stdout]      |
[INFO] [stdout] 1879 |             .ptr_type(AddressSpace::default())
[INFO] [stdout]      |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:1891:44
[INFO] [stdout]      |
[INFO] [stdout] 1891 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:1901:44
[INFO] [stdout]      |
[INFO] [stdout] 1901 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:1910:44
[INFO] [stdout]      |
[INFO] [stdout] 1910 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:1922:44
[INFO] [stdout]      |
[INFO] [stdout] 1922 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:1934:44
[INFO] [stdout]      |
[INFO] [stdout] 1934 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:1946:44
[INFO] [stdout]      |
[INFO] [stdout] 1946 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:1958:44
[INFO] [stdout]      |
[INFO] [stdout] 1958 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:1970:44
[INFO] [stdout]      |
[INFO] [stdout] 1970 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:1984:44
[INFO] [stdout]      |
[INFO] [stdout] 1984 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:1999:44
[INFO] [stdout]      |
[INFO] [stdout] 1999 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:2014:44
[INFO] [stdout]      |
[INFO] [stdout] 2014 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:2028:44
[INFO] [stdout]      |
[INFO] [stdout] 2028 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:2042:44
[INFO] [stdout]      |
[INFO] [stdout] 2042 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:2054:44
[INFO] [stdout]      |
[INFO] [stdout] 2054 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:2066:44
[INFO] [stdout]      |
[INFO] [stdout] 2066 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:2075:44
[INFO] [stdout]      |
[INFO] [stdout] 2075 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:2084:44
[INFO] [stdout]      |
[INFO] [stdout] 2084 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:2093:44
[INFO] [stdout]      |
[INFO] [stdout] 2093 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:2105:44
[INFO] [stdout]      |
[INFO] [stdout] 2105 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:2115:44
[INFO] [stdout]      |
[INFO] [stdout] 2115 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:2131:44
[INFO] [stdout]      |
[INFO] [stdout] 2131 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:2142:44
[INFO] [stdout]      |
[INFO] [stdout] 2142 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:2153:44
[INFO] [stdout]      |
[INFO] [stdout] 2153 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:2168:44
[INFO] [stdout]      |
[INFO] [stdout] 2168 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:2178:44
[INFO] [stdout]      |
[INFO] [stdout] 2178 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:2188:44
[INFO] [stdout]      |
[INFO] [stdout] 2188 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:2200:44
[INFO] [stdout]      |
[INFO] [stdout] 2200 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:2216:44
[INFO] [stdout]      |
[INFO] [stdout] 2216 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:2229:44
[INFO] [stdout]      |
[INFO] [stdout] 2229 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:2244:44
[INFO] [stdout]      |
[INFO] [stdout] 2244 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:2259:44
[INFO] [stdout]      |
[INFO] [stdout] 2259 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:2269:44
[INFO] [stdout]      |
[INFO] [stdout] 2269 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::StructType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/builtins/map.rs:119:35
[INFO] [stdout]     |
[INFO] [stdout] 119 |         let pair_ptr_ty = pair_ty.ptr_type(AddressSpace::default());
[INFO] [stdout]     |                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::BasicType::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/builtins/map.rs:130:26
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 key_llvm.ptr_type(AddressSpace::default()),
[INFO] [stdout]     |                          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::StructType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/builtins/map.rs:201:35
[INFO] [stdout]     |
[INFO] [stdout] 201 |         let pair_ptr_ty = pair_ty.ptr_type(AddressSpace::default());
[INFO] [stdout]     |                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/builtins/json.rs:833:44
[INFO] [stdout]     |
[INFO] [stdout] 833 |         let i8_ptr = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]     |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::BasicType::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/builtins/map.rs:212:26
[INFO] [stdout]     |
[INFO] [stdout] 212 |                 val_llvm.ptr_type(AddressSpace::default()),
[INFO] [stdout]     |                          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::StructType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/builtins/map.rs:289:35
[INFO] [stdout]     |
[INFO] [stdout] 289 |         let pair_ptr_ty = pair_ty.ptr_type(AddressSpace::default());
[INFO] [stdout]     |                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::StructType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:1387:41
[INFO] [stdout]      |
[INFO] [stdout] 1387 |                         tuple_llvm_type.ptr_type(AddressSpace::default()),
[INFO] [stdout]      |                                         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:1439:61
[INFO] [stdout]      |
[INFO] [stdout] 1439 |                     let i32_ptr_ty = ctx.context.i32_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                                             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::PointerType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:1466:36
[INFO] [stdout]      |
[INFO] [stdout] 1466 | ...                   ptr_ty.ptr_type(AddressSpace::default()),
[INFO] [stdout]      |                              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/string.rs:1122:35
[INFO] [stdout]      |
[INFO] [stdout] 1122 |             ctx.context.i8_type().ptr_type(AddressSpace::default()),
[INFO] [stdout]      |                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/string.rs:1133:46
[INFO] [stdout]      |
[INFO] [stdout] 1133 |         let ptr_type = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:1879:14
[INFO] [stdout]      |
[INFO] [stdout] 1879 |             .ptr_type(AddressSpace::default())
[INFO] [stdout]      |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:1891:44
[INFO] [stdout]      |
[INFO] [stdout] 1891 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/string.rs:1216:22
[INFO] [stdout]      |
[INFO] [stdout] 1216 |                     .ptr_type(AddressSpace::default())
[INFO] [stdout]      |                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/string.rs:1228:50
[INFO] [stdout]      |
[INFO] [stdout] 1228 |             let ptr_type = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/string.rs:1240:50
[INFO] [stdout]      |
[INFO] [stdout] 1240 |             let ptr_type = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/string.rs:1257:50
[INFO] [stdout]      |
[INFO] [stdout] 1257 |             let ptr_type = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:1901:44
[INFO] [stdout]      |
[INFO] [stdout] 1901 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/string.rs:1267:50
[INFO] [stdout]      |
[INFO] [stdout] 1267 |             let ptr_type = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/string.rs:1286:50
[INFO] [stdout]      |
[INFO] [stdout] 1286 |             let ptr_type = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:1910:44
[INFO] [stdout]      |
[INFO] [stdout] 1910 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/string.rs:1300:50
[INFO] [stdout]      |
[INFO] [stdout] 1300 |             let ptr_type = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:1922:44
[INFO] [stdout]      |
[INFO] [stdout] 1922 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking doo_ffi_git v0.4.2 (/opt/rustwide/workdir/ffi/doo_ffi_git)
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:1934:44
[INFO] [stdout]      |
[INFO] [stdout] 1934 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:1946:44
[INFO] [stdout]      |
[INFO] [stdout] 1946 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:1958:44
[INFO] [stdout]      |
[INFO] [stdout] 1958 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:1970:44
[INFO] [stdout]      |
[INFO] [stdout] 1970 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:1984:44
[INFO] [stdout]      |
[INFO] [stdout] 1984 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:1999:44
[INFO] [stdout]      |
[INFO] [stdout] 1999 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:2014:44
[INFO] [stdout]      |
[INFO] [stdout] 2014 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:2028:44
[INFO] [stdout]      |
[INFO] [stdout] 2028 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:2042:44
[INFO] [stdout]      |
[INFO] [stdout] 2042 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:2054:44
[INFO] [stdout]      |
[INFO] [stdout] 2054 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:2066:44
[INFO] [stdout]      |
[INFO] [stdout] 2066 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:2075:44
[INFO] [stdout]      |
[INFO] [stdout] 2075 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:2084:44
[INFO] [stdout]      |
[INFO] [stdout] 2084 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:2093:44
[INFO] [stdout]      |
[INFO] [stdout] 2093 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:2105:44
[INFO] [stdout]      |
[INFO] [stdout] 2105 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:2115:44
[INFO] [stdout]      |
[INFO] [stdout] 2115 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]   --> crates/doo_codegen/src/context/type_cache.rs:44:18
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 .ptr_type(AddressSpace::default())
[INFO] [stdout]    |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]   --> crates/doo_codegen/src/context/type_cache.rs:54:18
[INFO] [stdout]    |
[INFO] [stdout] 54 |                 .ptr_type(AddressSpace::default())
[INFO] [stdout]    |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:2131:44
[INFO] [stdout]      |
[INFO] [stdout] 2131 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]   --> crates/doo_codegen/src/context/type_cache.rs:68:22
[INFO] [stdout]    |
[INFO] [stdout] 68 |                     .ptr_type(AddressSpace::default())
[INFO] [stdout]    |                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:2142:44
[INFO] [stdout]      |
[INFO] [stdout] 2142 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]   --> crates/doo_codegen/src/context/type_cache.rs:73:22
[INFO] [stdout]    |
[INFO] [stdout] 73 |                     .ptr_type(AddressSpace::default())
[INFO] [stdout]    |                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]   --> crates/doo_codegen/src/context/type_cache.rs:87:22
[INFO] [stdout]    |
[INFO] [stdout] 87 |                     .ptr_type(AddressSpace::default())
[INFO] [stdout]    |                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:2153:44
[INFO] [stdout]      |
[INFO] [stdout] 2153 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]   --> crates/doo_codegen/src/context/type_cache.rs:92:59
[INFO] [stdout]    |
[INFO] [stdout] 92 |                     let ptr_type = self.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]    |                                                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]   --> crates/doo_codegen/src/context/type_cache.rs:99:59
[INFO] [stdout]    |
[INFO] [stdout] 99 |                     let ptr_type = self.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]    |                                                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:2168:44
[INFO] [stdout]      |
[INFO] [stdout] 2168 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/context/type_cache.rs:109:18
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 .ptr_type(AddressSpace::default())
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:2178:44
[INFO] [stdout]      |
[INFO] [stdout] 2178 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:2188:44
[INFO] [stdout]      |
[INFO] [stdout] 2188 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:2200:44
[INFO] [stdout]      |
[INFO] [stdout] 2200 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:2216:44
[INFO] [stdout]      |
[INFO] [stdout] 2216 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:2229:44
[INFO] [stdout]      |
[INFO] [stdout] 2229 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:2244:44
[INFO] [stdout]      |
[INFO] [stdout] 2244 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:2259:44
[INFO] [stdout]      |
[INFO] [stdout] 2259 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:2269:44
[INFO] [stdout]      |
[INFO] [stdout] 2269 |         let ptr_ty = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::StructType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/builtins/map.rs:119:35
[INFO] [stdout]     |
[INFO] [stdout] 119 |         let pair_ptr_ty = pair_ty.ptr_type(AddressSpace::default());
[INFO] [stdout]     |                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::BasicType::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/builtins/map.rs:130:26
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 key_llvm.ptr_type(AddressSpace::default()),
[INFO] [stdout]     |                          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::StructType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/builtins/map.rs:201:35
[INFO] [stdout]     |
[INFO] [stdout] 201 |         let pair_ptr_ty = pair_ty.ptr_type(AddressSpace::default());
[INFO] [stdout]     |                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::BasicType::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/builtins/map.rs:212:26
[INFO] [stdout]     |
[INFO] [stdout] 212 |                 val_llvm.ptr_type(AddressSpace::default()),
[INFO] [stdout]     |                          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::StructType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/builtins/map.rs:289:35
[INFO] [stdout]     |
[INFO] [stdout] 289 |         let pair_ptr_ty = pair_ty.ptr_type(AddressSpace::default());
[INFO] [stdout]     |                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/context/mod.rs:682:32
[INFO] [stdout]     |
[INFO] [stdout] 682 |         self.context.i8_type().ptr_type(AddressSpace::default())
[INFO] [stdout]     |                                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/arithmetic.rs:620:18
[INFO] [stdout]     |
[INFO] [stdout] 620 |                 .ptr_type(inkwell::AddressSpace::default());
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/arithmetic.rs:633:18
[INFO] [stdout]     |
[INFO] [stdout] 633 |                 .ptr_type(inkwell::AddressSpace::default());
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/arithmetic.rs:645:18
[INFO] [stdout]     |
[INFO] [stdout] 645 |                 .ptr_type(inkwell::AddressSpace::default());
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/arithmetic.rs:783:14
[INFO] [stdout]     |
[INFO] [stdout] 783 |             .ptr_type(inkwell::AddressSpace::default());
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/arithmetic.rs:811:18
[INFO] [stdout]     |
[INFO] [stdout] 811 |                 .ptr_type(inkwell::AddressSpace::default());
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/arithmetic.rs:824:18
[INFO] [stdout]     |
[INFO] [stdout] 824 |                 .ptr_type(inkwell::AddressSpace::default());
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/arithmetic.rs:848:10
[INFO] [stdout]     |
[INFO] [stdout] 848 |         .ptr_type(inkwell::AddressSpace::default())
[INFO] [stdout]     |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/arithmetic.rs:979:14
[INFO] [stdout]     |
[INFO] [stdout] 979 |             .ptr_type(inkwell::AddressSpace::default())
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/instructions/arithmetic.rs:1003:14
[INFO] [stdout]      |
[INFO] [stdout] 1003 |             .ptr_type(inkwell::AddressSpace::default())
[INFO] [stdout]      |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/instructions/arithmetic.rs:1017:10
[INFO] [stdout]      |
[INFO] [stdout] 1017 |         .ptr_type(inkwell::AddressSpace::default())
[INFO] [stdout]      |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/instructions/arithmetic.rs:1069:14
[INFO] [stdout]      |
[INFO] [stdout] 1069 |             .ptr_type(inkwell::AddressSpace::default())
[INFO] [stdout]      |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/instructions/arithmetic.rs:1091:14
[INFO] [stdout]      |
[INFO] [stdout] 1091 |             .ptr_type(inkwell::AddressSpace::default())
[INFO] [stdout]      |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/instructions/arithmetic.rs:1105:10
[INFO] [stdout]      |
[INFO] [stdout] 1105 |         .ptr_type(inkwell::AddressSpace::default())
[INFO] [stdout]      |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/string.rs:1122:35
[INFO] [stdout]      |
[INFO] [stdout] 1122 |             ctx.context.i8_type().ptr_type(AddressSpace::default()),
[INFO] [stdout]      |                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/string.rs:1133:46
[INFO] [stdout]      |
[INFO] [stdout] 1133 |         let ptr_type = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/string.rs:1216:22
[INFO] [stdout]      |
[INFO] [stdout] 1216 |                     .ptr_type(AddressSpace::default())
[INFO] [stdout]      |                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/string.rs:1228:50
[INFO] [stdout]      |
[INFO] [stdout] 1228 |             let ptr_type = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/string.rs:1240:50
[INFO] [stdout]      |
[INFO] [stdout] 1240 |             let ptr_type = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/string.rs:1257:50
[INFO] [stdout]      |
[INFO] [stdout] 1257 |             let ptr_type = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/string.rs:1267:50
[INFO] [stdout]      |
[INFO] [stdout] 1267 |             let ptr_type = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/string.rs:1286:50
[INFO] [stdout]      |
[INFO] [stdout] 1286 |             let ptr_type = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/string.rs:1300:50
[INFO] [stdout]      |
[INFO] [stdout] 1300 |             let ptr_type = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]      |                                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]   --> crates/doo_codegen/src/context/type_cache.rs:44:18
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 .ptr_type(AddressSpace::default())
[INFO] [stdout]    |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]   --> crates/doo_codegen/src/context/type_cache.rs:54:18
[INFO] [stdout]    |
[INFO] [stdout] 54 |                 .ptr_type(AddressSpace::default())
[INFO] [stdout]    |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]   --> crates/doo_codegen/src/context/type_cache.rs:68:22
[INFO] [stdout]    |
[INFO] [stdout] 68 |                     .ptr_type(AddressSpace::default())
[INFO] [stdout]    |                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]   --> crates/doo_codegen/src/context/type_cache.rs:73:22
[INFO] [stdout]    |
[INFO] [stdout] 73 |                     .ptr_type(AddressSpace::default())
[INFO] [stdout]    |                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]   --> crates/doo_codegen/src/context/type_cache.rs:87:22
[INFO] [stdout]    |
[INFO] [stdout] 87 |                     .ptr_type(AddressSpace::default())
[INFO] [stdout]    |                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]   --> crates/doo_codegen/src/context/type_cache.rs:92:59
[INFO] [stdout]    |
[INFO] [stdout] 92 |                     let ptr_type = self.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]    |                                                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]   --> crates/doo_codegen/src/context/type_cache.rs:99:59
[INFO] [stdout]    |
[INFO] [stdout] 99 |                     let ptr_type = self.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]    |                                                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/context/type_cache.rs:109:18
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 .ptr_type(AddressSpace::default())
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/context/mod.rs:682:32
[INFO] [stdout]     |
[INFO] [stdout] 682 |         self.context.i8_type().ptr_type(AddressSpace::default())
[INFO] [stdout]     |                                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::BasicType::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/arrays.rs:192:48
[INFO] [stdout]     |
[INFO] [stdout] 192 |                 let elem_ptr_ty = elem_llvm_ty.ptr_type(AddressSpace::default());
[INFO] [stdout]     |                                                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::BasicType::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/arrays.rs:270:48
[INFO] [stdout]     |
[INFO] [stdout] 270 |                 let elem_ptr_ty = elem_llvm_ty.ptr_type(AddressSpace::default());
[INFO] [stdout]     |                                                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::BasicType::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/arrays.rs:357:48
[INFO] [stdout]     |
[INFO] [stdout] 357 |                 let elem_ptr_ty = elem_llvm_ty.ptr_type(AddressSpace::default());
[INFO] [stdout]     |                                                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::BasicType::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/arrays.rs:398:48
[INFO] [stdout]     |
[INFO] [stdout] 398 |                 let elem_ptr_ty = elem_llvm_ty.ptr_type(AddressSpace::default());
[INFO] [stdout]     |                                                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::BasicType::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/arrays.rs:536:48
[INFO] [stdout]     |
[INFO] [stdout] 536 |                 let elem_ptr_ty = elem_llvm_ty.ptr_type(AddressSpace::default());
[INFO] [stdout]     |                                                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::BasicType::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/arrays.rs:590:48
[INFO] [stdout]     |
[INFO] [stdout] 590 |                 let elem_ptr_ty = elem_llvm_ty.ptr_type(AddressSpace::default());
[INFO] [stdout]     |                                                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::BasicType::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/arrays.rs:649:48
[INFO] [stdout]     |
[INFO] [stdout] 649 |                 let elem_ptr_ty = elem_llvm_ty.ptr_type(AddressSpace::default());
[INFO] [stdout]     |                                                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::StructType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]   --> crates/doo_codegen/src/instructions/maps.rs:54:43
[INFO] [stdout]    |
[INFO] [stdout] 54 |                 let pair_ptr_ty = pair_ty.ptr_type(AddressSpace::default());
[INFO] [stdout]    |                                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::StructType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/maps.rs:105:43
[INFO] [stdout]     |
[INFO] [stdout] 105 |                 let pair_ptr_ty = pair_ty.ptr_type(AddressSpace::default());
[INFO] [stdout]     |                                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::StructType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/maps.rs:228:43
[INFO] [stdout]     |
[INFO] [stdout] 228 |                 let pair_ptr_ty = pair_ty.ptr_type(AddressSpace::default());
[INFO] [stdout]     |                                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::StructType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/maps.rs:343:43
[INFO] [stdout]     |
[INFO] [stdout] 343 |                 let pair_ptr_ty = pair_ty.ptr_type(AddressSpace::default());
[INFO] [stdout]     |                                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/composites.rs:443:42
[INFO] [stdout]     |
[INFO] [stdout] 443 | ...                   .ptr_type(inkwell::AddressSpace::default());
[INFO] [stdout]     |                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/arithmetic.rs:620:18
[INFO] [stdout]     |
[INFO] [stdout] 620 |                 .ptr_type(inkwell::AddressSpace::default());
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/arithmetic.rs:633:18
[INFO] [stdout]     |
[INFO] [stdout] 633 |                 .ptr_type(inkwell::AddressSpace::default());
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/arithmetic.rs:645:18
[INFO] [stdout]     |
[INFO] [stdout] 645 |                 .ptr_type(inkwell::AddressSpace::default());
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::StructType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/calls/call_print.rs:384:29
[INFO] [stdout]     |
[INFO] [stdout] 384 |             tuple_llvm_type.ptr_type(AddressSpace::default()),
[INFO] [stdout]     |                             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/arithmetic.rs:783:14
[INFO] [stdout]     |
[INFO] [stdout] 783 |             .ptr_type(inkwell::AddressSpace::default());
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/arithmetic.rs:811:18
[INFO] [stdout]     |
[INFO] [stdout] 811 |                 .ptr_type(inkwell::AddressSpace::default());
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/arithmetic.rs:824:18
[INFO] [stdout]     |
[INFO] [stdout] 824 |                 .ptr_type(inkwell::AddressSpace::default());
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/calls/call_print.rs:491:42
[INFO] [stdout]     |
[INFO] [stdout] 491 |     let ptr_type = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]     |                                          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/calls/call_print.rs:499:22
[INFO] [stdout]     |
[INFO] [stdout] 499 |             i32_type.ptr_type(AddressSpace::default()),
[INFO] [stdout]     |                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/arithmetic.rs:848:10
[INFO] [stdout]     |
[INFO] [stdout] 848 |         .ptr_type(inkwell::AddressSpace::default())
[INFO] [stdout]     |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/arithmetic.rs:979:14
[INFO] [stdout]     |
[INFO] [stdout] 979 |             .ptr_type(inkwell::AddressSpace::default())
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/instructions/arithmetic.rs:1003:14
[INFO] [stdout]      |
[INFO] [stdout] 1003 |             .ptr_type(inkwell::AddressSpace::default())
[INFO] [stdout]      |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/instructions/arithmetic.rs:1017:10
[INFO] [stdout]      |
[INFO] [stdout] 1017 |         .ptr_type(inkwell::AddressSpace::default())
[INFO] [stdout]      |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/instructions/arithmetic.rs:1069:14
[INFO] [stdout]      |
[INFO] [stdout] 1069 |             .ptr_type(inkwell::AddressSpace::default())
[INFO] [stdout]      |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/instructions/arithmetic.rs:1091:14
[INFO] [stdout]      |
[INFO] [stdout] 1091 |             .ptr_type(inkwell::AddressSpace::default())
[INFO] [stdout]      |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/instructions/arithmetic.rs:1105:10
[INFO] [stdout]      |
[INFO] [stdout] 1105 |         .ptr_type(inkwell::AddressSpace::default())
[INFO] [stdout]      |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::PointerType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/calls/call_print.rs:595:34
[INFO] [stdout]     |
[INFO] [stdout] 595 |                         ptr_type.ptr_type(AddressSpace::default()),
[INFO] [stdout]     |                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::BasicType::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/calls/call_print.rs:822:33
[INFO] [stdout]     |
[INFO] [stdout] 822 |     let elem_ptr_ty = elem_llvm.ptr_type(AddressSpace::default());
[INFO] [stdout]     |                                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::StructType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/instructions/calls/call_print.rs:1027:31
[INFO] [stdout]      |
[INFO] [stdout] 1027 |     let pair_ptr_ty = pair_ty.ptr_type(AddressSpace::default());
[INFO] [stdout]      |                               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/calls/call_utils.rs:153:18
[INFO] [stdout]     |
[INFO] [stdout] 153 |                 .ptr_type(inkwell::AddressSpace::default());
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::BasicType::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/arrays.rs:192:48
[INFO] [stdout]     |
[INFO] [stdout] 192 |                 let elem_ptr_ty = elem_llvm_ty.ptr_type(AddressSpace::default());
[INFO] [stdout]     |                                                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::BasicType::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/arrays.rs:270:48
[INFO] [stdout]     |
[INFO] [stdout] 270 |                 let elem_ptr_ty = elem_llvm_ty.ptr_type(AddressSpace::default());
[INFO] [stdout]     |                                                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::BasicType::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/arrays.rs:357:48
[INFO] [stdout]     |
[INFO] [stdout] 357 |                 let elem_ptr_ty = elem_llvm_ty.ptr_type(AddressSpace::default());
[INFO] [stdout]     |                                                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::BasicType::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/arrays.rs:398:48
[INFO] [stdout]     |
[INFO] [stdout] 398 |                 let elem_ptr_ty = elem_llvm_ty.ptr_type(AddressSpace::default());
[INFO] [stdout]     |                                                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::BasicType::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/arrays.rs:536:48
[INFO] [stdout]     |
[INFO] [stdout] 536 |                 let elem_ptr_ty = elem_llvm_ty.ptr_type(AddressSpace::default());
[INFO] [stdout]     |                                                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::BasicType::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/arrays.rs:590:48
[INFO] [stdout]     |
[INFO] [stdout] 590 |                 let elem_ptr_ty = elem_llvm_ty.ptr_type(AddressSpace::default());
[INFO] [stdout]     |                                                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::BasicType::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/arrays.rs:649:48
[INFO] [stdout]     |
[INFO] [stdout] 649 |                 let elem_ptr_ty = elem_llvm_ty.ptr_type(AddressSpace::default());
[INFO] [stdout]     |                                                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::StructType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]   --> crates/doo_codegen/src/instructions/maps.rs:54:43
[INFO] [stdout]    |
[INFO] [stdout] 54 |                 let pair_ptr_ty = pair_ty.ptr_type(AddressSpace::default());
[INFO] [stdout]    |                                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::StructType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/maps.rs:105:43
[INFO] [stdout]     |
[INFO] [stdout] 105 |                 let pair_ptr_ty = pair_ty.ptr_type(AddressSpace::default());
[INFO] [stdout]     |                                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::StructType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/maps.rs:228:43
[INFO] [stdout]     |
[INFO] [stdout] 228 |                 let pair_ptr_ty = pair_ty.ptr_type(AddressSpace::default());
[INFO] [stdout]     |                                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::StructType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/maps.rs:343:43
[INFO] [stdout]     |
[INFO] [stdout] 343 |                 let pair_ptr_ty = pair_ty.ptr_type(AddressSpace::default());
[INFO] [stdout]     |                                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/composites.rs:443:42
[INFO] [stdout]     |
[INFO] [stdout] 443 | ...                   .ptr_type(inkwell::AddressSpace::default());
[INFO] [stdout]     |                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/instructions/calls/mod.rs:1448:26
[INFO] [stdout]      |
[INFO] [stdout] 1448 |                         .ptr_type(inkwell::AddressSpace::default());
[INFO] [stdout]      |                          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/instructions/calls/mod.rs:1467:34
[INFO] [stdout]      |
[INFO] [stdout] 1467 | ...                   .ptr_type(inkwell::AddressSpace::default())
[INFO] [stdout]      |                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/instructions/calls/mod.rs:1474:26
[INFO] [stdout]      |
[INFO] [stdout] 1474 |                         .ptr_type(inkwell::AddressSpace::default())
[INFO] [stdout]      |                          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/instructions/calls/mod.rs:1481:22
[INFO] [stdout]      |
[INFO] [stdout] 1481 |                     .ptr_type(inkwell::AddressSpace::default());
[INFO] [stdout]      |                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/enums.rs:139:42
[INFO] [stdout]     |
[INFO] [stdout] 139 |     let ptr_type = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]     |                                          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/enums.rs:160:42
[INFO] [stdout]     |
[INFO] [stdout] 160 |     let ptr_type = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]     |                                          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]   --> crates/doo_codegen/src/instructions/closures.rs:79:26
[INFO] [stdout]    |
[INFO] [stdout] 79 |                         .ptr_type(inkwell::AddressSpace::default())
[INFO] [stdout]    |                          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]   --> crates/doo_codegen/src/instructions/closures.rs:86:54
[INFO] [stdout]    |
[INFO] [stdout] 86 |                 let ptr_type = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]    |                                                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::StructType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/closures.rs:106:38
[INFO] [stdout]     |
[INFO] [stdout] 106 |                         closure_type.ptr_type(AddressSpace::default()),
[INFO] [stdout]     |                                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/closures.rs:128:38
[INFO] [stdout]     |
[INFO] [stdout] 128 | ...                   i64_type.ptr_type(AddressSpace::default()),
[INFO] [stdout]     |                                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/closures.rs:194:54
[INFO] [stdout]     |
[INFO] [stdout] 194 |                 let ptr_type = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]     |                                                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::StructType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/closures.rs:206:38
[INFO] [stdout]     |
[INFO] [stdout] 206 |                         closure_type.ptr_type(AddressSpace::default()),
[INFO] [stdout]     |                                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::FunctionType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/closures.rs:250:33
[INFO] [stdout]     |
[INFO] [stdout] 250 |                         fn_type.ptr_type(AddressSpace::default()),
[INFO] [stdout]     |                                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/closures.rs:323:42
[INFO] [stdout]     |
[INFO] [stdout] 323 |     let ptr_type = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]     |                                          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]   --> crates/doo_codegen/src/instructions/casts.rs:52:38
[INFO] [stdout]    |
[INFO] [stdout] 52 | ...                   .ptr_type(inkwell::AddressSpace::default());
[INFO] [stdout]    |                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]   --> crates/doo_codegen/src/instructions/casts.rs:76:38
[INFO] [stdout]    |
[INFO] [stdout] 76 | ...                   .ptr_type(inkwell::AddressSpace::default());
[INFO] [stdout]    |                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::StructType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/calls/call_print.rs:384:29
[INFO] [stdout]     |
[INFO] [stdout] 384 |             tuple_llvm_type.ptr_type(AddressSpace::default()),
[INFO] [stdout]     |                             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/calls/call_print.rs:491:42
[INFO] [stdout]     |
[INFO] [stdout] 491 |     let ptr_type = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]     |                                          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/calls/call_print.rs:499:22
[INFO] [stdout]     |
[INFO] [stdout] 499 |             i32_type.ptr_type(AddressSpace::default()),
[INFO] [stdout]     |                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::PointerType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/calls/call_print.rs:595:34
[INFO] [stdout]     |
[INFO] [stdout] 595 |                         ptr_type.ptr_type(AddressSpace::default()),
[INFO] [stdout]     |                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/casts.rs:285:14
[INFO] [stdout]     |
[INFO] [stdout] 285 |             .ptr_type(inkwell::AddressSpace::default());
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/casts.rs:313:18
[INFO] [stdout]     |
[INFO] [stdout] 313 |                 .ptr_type(inkwell::AddressSpace::default());
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/casts.rs:326:18
[INFO] [stdout]     |
[INFO] [stdout] 326 |                 .ptr_type(inkwell::AddressSpace::default());
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/casts.rs:347:10
[INFO] [stdout]     |
[INFO] [stdout] 347 |         .ptr_type(inkwell::AddressSpace::default())
[INFO] [stdout]     |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::BasicType::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/calls/call_print.rs:822:33
[INFO] [stdout]     |
[INFO] [stdout] 822 |     let elem_ptr_ty = elem_llvm.ptr_type(AddressSpace::default());
[INFO] [stdout]     |                                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::StructType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/instructions/calls/call_print.rs:1027:31
[INFO] [stdout]      |
[INFO] [stdout] 1027 |     let pair_ptr_ty = pair_ty.ptr_type(AddressSpace::default());
[INFO] [stdout]      |                               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/calls/call_utils.rs:153:18
[INFO] [stdout]     |
[INFO] [stdout] 153 |                 .ptr_type(inkwell::AddressSpace::default());
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/layout.rs:591:14
[INFO] [stdout]     |
[INFO] [stdout] 591 |             .ptr_type(inkwell::AddressSpace::default())
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/layout.rs:613:14
[INFO] [stdout]     |
[INFO] [stdout] 613 |             .ptr_type(inkwell::AddressSpace::default())
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/layout.rs:627:10
[INFO] [stdout]     |
[INFO] [stdout] 627 |         .ptr_type(inkwell::AddressSpace::default())
[INFO] [stdout]     |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/layout.rs:671:18
[INFO] [stdout]     |
[INFO] [stdout] 671 |                 .ptr_type(inkwell::AddressSpace::default());
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/layout.rs:814:14
[INFO] [stdout]     |
[INFO] [stdout] 814 |             .ptr_type(inkwell::AddressSpace::default()),
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bool_to_i8` is never used
[INFO] [stdout]   --> ffi/doo_ffi_git/src/lib.rs:47:4
[INFO] [stdout]    |
[INFO] [stdout] 47 | fn bool_to_i8(b: bool) -> i8 {
[INFO] [stdout]    |    ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/layout.rs:880:18
[INFO] [stdout]     |
[INFO] [stdout] 880 |                 .ptr_type(inkwell::AddressSpace::default()),
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bool_to_i8` is never used
[INFO] [stdout]   --> ffi/doo_ffi_git/src/lib.rs:47:4
[INFO] [stdout]    |
[INFO] [stdout] 47 | fn bool_to_i8(b: bool) -> i8 {
[INFO] [stdout]    |    ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]   --> crates/doo_codegen/src/memory.rs:28:42
[INFO] [stdout]    |
[INFO] [stdout] 28 |         let ptr_type = context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]    |                                          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]   --> crates/doo_codegen/src/types.rs:36:43
[INFO] [stdout]    |
[INFO] [stdout] 36 |             return self.context.i8_type().ptr_type(AddressSpace::default()).into();
[INFO] [stdout]    |                                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]   --> crates/doo_codegen/src/types.rs:42:43
[INFO] [stdout]    |
[INFO] [stdout] 42 |             return self.context.i8_type().ptr_type(AddressSpace::default()).into();
[INFO] [stdout]    |                                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]   --> crates/doo_codegen/src/types.rs:56:40
[INFO] [stdout]    |
[INFO] [stdout] 56 |                 self.context.i8_type().ptr_type(AddressSpace::default()).into(),  // data
[INFO] [stdout]    |                                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]   --> crates/doo_codegen/src/types.rs:68:40
[INFO] [stdout]    |
[INFO] [stdout] 68 |                 self.context.i8_type().ptr_type(AddressSpace::default()).into(),  // keys
[INFO] [stdout]    |                                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]   --> crates/doo_codegen/src/types.rs:69:40
[INFO] [stdout]    |
[INFO] [stdout] 69 |                 self.context.i8_type().ptr_type(AddressSpace::default()).into(),  // values
[INFO] [stdout]    |                                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]   --> crates/doo_codegen/src/types.rs:81:40
[INFO] [stdout]    |
[INFO] [stdout] 81 |                 self.context.i8_type().ptr_type(AddressSpace::default()).into(),  // value
[INFO] [stdout]    |                                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/types.rs:109:40
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 self.context.i8_type().ptr_type(AddressSpace::default()).into(),  // func
[INFO] [stdout]     |                                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/types.rs:110:40
[INFO] [stdout]     |
[INFO] [stdout] 110 |                 self.context.i8_type().ptr_type(AddressSpace::default()).into(),  // env
[INFO] [stdout]     |                                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `BasicType`
[INFO] [stdout]  --> crates/doo_codegen/src/types.rs:7:22
[INFO] [stdout]   |
[INFO] [stdout] 7 | use inkwell::types::{BasicType, BasicTypeEnum, StructType};
[INFO] [stdout]   |                      ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `BasicType`
[INFO] [stdout]   --> crates/doo_codegen/src/instructions/calls/mod.rs:35:45
[INFO] [stdout]    |
[INFO] [stdout] 35 | use inkwell::types::{BasicMetadataTypeEnum, BasicType, BasicTypeEnum};
[INFO] [stdout]    |                                             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `local`
[INFO] [stdout]    --> crates/doo_codegen/src/builder.rs:810:17
[INFO] [stdout]     |
[INFO] [stdout] 810 |             for local in &func.locals {}
[INFO] [stdout]     |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_local`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `other`
[INFO] [stdout]    --> crates/doo_codegen/src/builder.rs:938:21
[INFO] [stdout]     |
[INFO] [stdout] 938 |                     other => if std::env::var(doo_core::constants::env_vars::DOO_DEBUG).is_ok() {},
[INFO] [stdout]     |                     ^^^^^ help: if this is intentional, prefix it with an underscore: `_other`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `instr_count` is assigned to, but never used
[INFO] [stdout]     --> crates/doo_codegen/src/builder.rs:1025:17
[INFO] [stdout]      |
[INFO] [stdout] 1025 |             let mut instr_count = 0;
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: consider using `_instr_count` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `instr_count` is never read
[INFO] [stdout]     --> crates/doo_codegen/src/builder.rs:1027:17
[INFO] [stdout]      |
[INFO] [stdout] 1027 |                 instr_count += 1;
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: maybe it is overwritten before being read?
[INFO] [stdout]      = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `bb`
[INFO] [stdout]     --> crates/doo_codegen/src/builder.rs:1409:33
[INFO] [stdout]      |
[INFO] [stdout] 1409 |                     if let Some(bb) = ctx.builder.get_insert_block() {}
[INFO] [stdout]      |                                 ^^ help: if this is intentional, prefix it with an underscore: `_bb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]     --> crates/doo_codegen/src/builder.rs:1443:40
[INFO] [stdout]      |
[INFO] [stdout] 1443 | ...                   if let Err(e) = &result {}
[INFO] [stdout]      |                                  ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/instructions/calls/mod.rs:1448:26
[INFO] [stdout]      |
[INFO] [stdout] 1448 |                         .ptr_type(inkwell::AddressSpace::default());
[INFO] [stdout]      |                          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/instructions/calls/mod.rs:1467:34
[INFO] [stdout]      |
[INFO] [stdout] 1467 | ...                   .ptr_type(inkwell::AddressSpace::default())
[INFO] [stdout]      |                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/instructions/calls/mod.rs:1474:26
[INFO] [stdout]      |
[INFO] [stdout] 1474 |                         .ptr_type(inkwell::AddressSpace::default())
[INFO] [stdout]      |                          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]     --> crates/doo_codegen/src/instructions/calls/mod.rs:1481:22
[INFO] [stdout]      |
[INFO] [stdout] 1481 |                     .ptr_type(inkwell::AddressSpace::default());
[INFO] [stdout]      |                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/enums.rs:139:42
[INFO] [stdout]     |
[INFO] [stdout] 139 |     let ptr_type = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]     |                                          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/enums.rs:160:42
[INFO] [stdout]     |
[INFO] [stdout] 160 |     let ptr_type = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]     |                                          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `resolved_ty`
[INFO] [stdout]    --> crates/doo_codegen/src/builtins/json.rs:120:18
[INFO] [stdout]     |
[INFO] [stdout] 120 |             let (resolved_ty, resolved_kind) = Self::resolve_type_ref(ctx, ty);
[INFO] [stdout]     |                  ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_resolved_ty`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]   --> crates/doo_codegen/src/instructions/closures.rs:79:26
[INFO] [stdout]    |
[INFO] [stdout] 79 |                         .ptr_type(inkwell::AddressSpace::default())
[INFO] [stdout]    |                          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]   --> crates/doo_codegen/src/instructions/closures.rs:86:54
[INFO] [stdout]    |
[INFO] [stdout] 86 |                 let ptr_type = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]    |                                                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::StructType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/closures.rs:106:38
[INFO] [stdout]     |
[INFO] [stdout] 106 |                         closure_type.ptr_type(AddressSpace::default()),
[INFO] [stdout]     |                                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/closures.rs:128:38
[INFO] [stdout]     |
[INFO] [stdout] 128 | ...                   i64_type.ptr_type(AddressSpace::default()),
[INFO] [stdout]     |                                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/closures.rs:194:54
[INFO] [stdout]     |
[INFO] [stdout] 194 |                 let ptr_type = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]     |                                                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::StructType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/closures.rs:206:38
[INFO] [stdout]     |
[INFO] [stdout] 206 |                         closure_type.ptr_type(AddressSpace::default()),
[INFO] [stdout]     |                                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::FunctionType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/closures.rs:250:33
[INFO] [stdout]     |
[INFO] [stdout] 250 |                         fn_type.ptr_type(AddressSpace::default()),
[INFO] [stdout]     |                                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/closures.rs:323:42
[INFO] [stdout]     |
[INFO] [stdout] 323 |     let ptr_type = ctx.context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]     |                                          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]   --> crates/doo_codegen/src/instructions/casts.rs:52:38
[INFO] [stdout]    |
[INFO] [stdout] 52 | ...                   .ptr_type(inkwell::AddressSpace::default());
[INFO] [stdout]    |                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]   --> crates/doo_codegen/src/instructions/casts.rs:76:38
[INFO] [stdout]    |
[INFO] [stdout] 76 | ...                   .ptr_type(inkwell::AddressSpace::default());
[INFO] [stdout]    |                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/casts.rs:285:14
[INFO] [stdout]     |
[INFO] [stdout] 285 |             .ptr_type(inkwell::AddressSpace::default());
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/casts.rs:313:18
[INFO] [stdout]     |
[INFO] [stdout] 313 |                 .ptr_type(inkwell::AddressSpace::default());
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/casts.rs:326:18
[INFO] [stdout]     |
[INFO] [stdout] 326 |                 .ptr_type(inkwell::AddressSpace::default());
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/casts.rs:347:10
[INFO] [stdout]     |
[INFO] [stdout] 347 |         .ptr_type(inkwell::AddressSpace::default())
[INFO] [stdout]     |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/layout.rs:591:14
[INFO] [stdout]     |
[INFO] [stdout] 591 |             .ptr_type(inkwell::AddressSpace::default())
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/layout.rs:613:14
[INFO] [stdout]     |
[INFO] [stdout] 613 |             .ptr_type(inkwell::AddressSpace::default())
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/layout.rs:627:10
[INFO] [stdout]     |
[INFO] [stdout] 627 |         .ptr_type(inkwell::AddressSpace::default())
[INFO] [stdout]     |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/layout.rs:671:18
[INFO] [stdout]     |
[INFO] [stdout] 671 |                 .ptr_type(inkwell::AddressSpace::default());
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/layout.rs:814:14
[INFO] [stdout]     |
[INFO] [stdout] 814 |             .ptr_type(inkwell::AddressSpace::default()),
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/layout.rs:880:18
[INFO] [stdout]     |
[INFO] [stdout] 880 |                 .ptr_type(inkwell::AddressSpace::default()),
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]   --> crates/doo_codegen/src/memory.rs:28:42
[INFO] [stdout]    |
[INFO] [stdout] 28 |         let ptr_type = context.i8_type().ptr_type(AddressSpace::default());
[INFO] [stdout]    |                                          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]   --> crates/doo_codegen/src/types.rs:36:43
[INFO] [stdout]    |
[INFO] [stdout] 36 |             return self.context.i8_type().ptr_type(AddressSpace::default()).into();
[INFO] [stdout]    |                                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]   --> crates/doo_codegen/src/types.rs:42:43
[INFO] [stdout]    |
[INFO] [stdout] 42 |             return self.context.i8_type().ptr_type(AddressSpace::default()).into();
[INFO] [stdout]    |                                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]   --> crates/doo_codegen/src/types.rs:56:40
[INFO] [stdout]    |
[INFO] [stdout] 56 |                 self.context.i8_type().ptr_type(AddressSpace::default()).into(),  // data
[INFO] [stdout]    |                                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]   --> crates/doo_codegen/src/types.rs:68:40
[INFO] [stdout]    |
[INFO] [stdout] 68 |                 self.context.i8_type().ptr_type(AddressSpace::default()).into(),  // keys
[INFO] [stdout]    |                                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]   --> crates/doo_codegen/src/types.rs:69:40
[INFO] [stdout]    |
[INFO] [stdout] 69 |                 self.context.i8_type().ptr_type(AddressSpace::default()).into(),  // values
[INFO] [stdout]    |                                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]   --> crates/doo_codegen/src/types.rs:81:40
[INFO] [stdout]    |
[INFO] [stdout] 81 |                 self.context.i8_type().ptr_type(AddressSpace::default()).into(),  // value
[INFO] [stdout]    |                                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/types.rs:109:40
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 self.context.i8_type().ptr_type(AddressSpace::default()).into(),  // func
[INFO] [stdout]     |                                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
[INFO] [stdout]    --> crates/doo_codegen/src/types.rs:110:40
[INFO] [stdout]     |
[INFO] [stdout] 110 |                 self.context.i8_type().ptr_type(AddressSpace::default()).into(),  // env
[INFO] [stdout]     |                                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `BasicType`
[INFO] [stdout]  --> crates/doo_codegen/src/types.rs:7:22
[INFO] [stdout]   |
[INFO] [stdout] 7 | use inkwell::types::{BasicType, BasicTypeEnum, StructType};
[INFO] [stdout]   |                      ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `BasicType`
[INFO] [stdout]   --> crates/doo_codegen/src/instructions/calls/mod.rs:35:45
[INFO] [stdout]    |
[INFO] [stdout] 35 | use inkwell::types::{BasicMetadataTypeEnum, BasicType, BasicTypeEnum};
[INFO] [stdout]    |                                             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `local`
[INFO] [stdout]    --> crates/doo_codegen/src/builder.rs:810:17
[INFO] [stdout]     |
[INFO] [stdout] 810 |             for local in &func.locals {}
[INFO] [stdout]     |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_local`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `other`
[INFO] [stdout]    --> crates/doo_codegen/src/builder.rs:938:21
[INFO] [stdout]     |
[INFO] [stdout] 938 |                     other => if std::env::var(doo_core::constants::env_vars::DOO_DEBUG).is_ok() {},
[INFO] [stdout]     |                     ^^^^^ help: if this is intentional, prefix it with an underscore: `_other`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `instr_count` is assigned to, but never used
[INFO] [stdout]     --> crates/doo_codegen/src/builder.rs:1025:17
[INFO] [stdout]      |
[INFO] [stdout] 1025 |             let mut instr_count = 0;
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: consider using `_instr_count` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `instr_count` is never read
[INFO] [stdout]     --> crates/doo_codegen/src/builder.rs:1027:17
[INFO] [stdout]      |
[INFO] [stdout] 1027 |                 instr_count += 1;
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: maybe it is overwritten before being read?
[INFO] [stdout]      = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `bb`
[INFO] [stdout]     --> crates/doo_codegen/src/builder.rs:1409:33
[INFO] [stdout]      |
[INFO] [stdout] 1409 |                     if let Some(bb) = ctx.builder.get_insert_block() {}
[INFO] [stdout]      |                                 ^^ help: if this is intentional, prefix it with an underscore: `_bb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]     --> crates/doo_codegen/src/builder.rs:1443:40
[INFO] [stdout]      |
[INFO] [stdout] 1443 | ...                   if let Err(e) = &result {}
[INFO] [stdout]      |                                  ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `resolved_ty`
[INFO] [stdout]    --> crates/doo_codegen/src/builtins/json.rs:120:18
[INFO] [stdout]     |
[INFO] [stdout] 120 |             let (resolved_ty, resolved_kind) = Self::resolve_type_ref(ctx, ty);
[INFO] [stdout]     |                  ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_resolved_ty`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `context`
[INFO] [stdout]   --> crates/doo_codegen/src/debug_info.rs:96:9
[INFO] [stdout]    |
[INFO] [stdout] 96 |         context: &'ctx Context,
[INFO] [stdout]    |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `bb`
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/arithmetic.rs:325:25
[INFO] [stdout]     |
[INFO] [stdout] 325 |             if let Some(bb) = ctx.builder.get_insert_block() {
[INFO] [stdout]     |                         ^^ help: if this is intentional, prefix it with an underscore: `_bb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]     --> crates/doo_codegen/src/instructions/memory.rs:1546:42
[INFO] [stdout]      |
[INFO] [stdout] 1534 |             let elem_ptr = unsafe {
[INFO] [stdout]      |                            ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 1546 |                         let header_ptr = unsafe {
[INFO] [stdout]      |                                          ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `context`
[INFO] [stdout]   --> crates/doo_codegen/src/debug_info.rs:96:9
[INFO] [stdout]    |
[INFO] [stdout] 96 |         context: &'ctx Context,
[INFO] [stdout]    |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `bb`
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/arithmetic.rs:325:25
[INFO] [stdout]     |
[INFO] [stdout] 325 |             if let Some(bb) = ctx.builder.get_insert_block() {
[INFO] [stdout]     |                         ^^ help: if this is intentional, prefix it with an underscore: `_bb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `blk`
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/composites.rs:582:25
[INFO] [stdout]     |
[INFO] [stdout] 582 |                     let blk = ctx
[INFO] [stdout]     |                         ^^^ help: if this is intentional, prefix it with an underscore: `_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `symbol`
[INFO] [stdout]   --> crates/doo_codegen/src/instructions/calls/call_metadata.rs:82:5
[INFO] [stdout]    |
[INFO] [stdout] 82 |     symbol: &str,
[INFO] [stdout]    |     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_symbol`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking doo_ffi_http v0.4.2 (/opt/rustwide/workdir/ffi/doo_ffi_http)
[INFO] [stdout] warning: unused variable: `blk`
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/calls/call_print.rs:227:25
[INFO] [stdout]     |
[INFO] [stdout] 227 |                     let blk = ctx
[INFO] [stdout]     |                         ^^^ help: if this is intentional, prefix it with an underscore: `_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]     --> crates/doo_codegen/src/instructions/memory.rs:1546:42
[INFO] [stdout]      |
[INFO] [stdout] 1534 |             let elem_ptr = unsafe {
[INFO] [stdout]      |                            ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 1546 |                         let header_ptr = unsafe {
[INFO] [stdout]      |                                          ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `blk`
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/composites.rs:582:25
[INFO] [stdout]     |
[INFO] [stdout] 582 |                     let blk = ctx
[INFO] [stdout]     |                         ^^^ help: if this is intentional, prefix it with an underscore: `_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `symbol`
[INFO] [stdout]   --> crates/doo_codegen/src/instructions/calls/call_metadata.rs:82:5
[INFO] [stdout]    |
[INFO] [stdout] 82 |     symbol: &str,
[INFO] [stdout]    |     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_symbol`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `filter_response_fields` and `json_get_id`
[INFO] [stdout]   --> ffi/doo_ffi_http/src/crud.rs:21:23
[INFO] [stdout]    |
[INFO] [stdout] 21 | use crate::metadata::{filter_response_fields, get_struct_metadata, json_get_id};
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^                       ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::io::Read`
[INFO] [stdout]    --> ffi/doo_ffi_http/src/rbac.rs:649:9
[INFO] [stdout]     |
[INFO] [stdout] 649 |     use std::io::Read;
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking doo_ffi_db v0.4.2 (/opt/rustwide/workdir/ffi/doo_ffi_db)
[INFO] [stdout] warning: unused variable: `blk`
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/calls/call_print.rs:227:25
[INFO] [stdout]     |
[INFO] [stdout] 227 |                     let blk = ctx
[INFO] [stdout]     |                         ^^^ help: if this is intentional, prefix it with an underscore: `_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `filter_response_fields` and `json_get_id`
[INFO] [stdout]   --> ffi/doo_ffi_http/src/crud.rs:21:23
[INFO] [stdout]    |
[INFO] [stdout] 21 | use crate::metadata::{filter_response_fields, get_struct_metadata, json_get_id};
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^                       ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::io::Read`
[INFO] [stdout]    --> ffi/doo_ffi_http/src/rbac.rs:649:9
[INFO] [stdout]     |
[INFO] [stdout] 649 |     use std::io::Read;
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `iface_name`
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/calls/mod.rs:394:27
[INFO] [stdout]     |
[INFO] [stdout] 394 |                     name: iface_name,
[INFO] [stdout]     |                           ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_iface_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `type_kind`
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/calls/mod.rs:713:33
[INFO] [stdout]     |
[INFO] [stdout] 713 | ...                   let type_kind = ctx.get_type_kind(ty);
[INFO] [stdout]     |                           ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_type_kind`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `blk`
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/calls/mod.rs:714:33
[INFO] [stdout]     |
[INFO] [stdout] 714 | ...                   let blk = ctx
[INFO] [stdout]     |                           ^^^ help: if this is intentional, prefix it with an underscore: `_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `iface_name`
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/calls/mod.rs:394:27
[INFO] [stdout]     |
[INFO] [stdout] 394 |                     name: iface_name,
[INFO] [stdout]     |                           ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_iface_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `type_kind`
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/calls/mod.rs:713:33
[INFO] [stdout]     |
[INFO] [stdout] 713 | ...                   let type_kind = ctx.get_type_kind(ty);
[INFO] [stdout]     |                           ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_type_kind`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `blk`
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/calls/mod.rs:714:33
[INFO] [stdout]     |
[INFO] [stdout] 714 | ...                   let blk = ctx
[INFO] [stdout]     |                           ^^^ help: if this is intentional, prefix it with an underscore: `_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `last_err` is never read
[INFO] [stdout]    --> ffi/doo_ffi_db/src/drivers/postgres/pool.rs:260:24
[INFO] [stdout]     |
[INFO] [stdout] 260 |     let mut last_err = String::new();
[INFO] [stdout]     |                        ^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 288 |                 last_err = e;
[INFO] [stdout]     |                 -------- `last_err` is overwritten here before the previous value is read
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> crates/doo_codegen/src/optimize.rs:212:13
[INFO] [stdout]     |
[INFO] [stdout] 212 |         Err(e) => {
[INFO] [stdout]     |             ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> crates/doo_codegen/src/optimize.rs:248:16
[INFO] [stdout]     |
[INFO] [stdout] 248 |     if let Err(e) = module.verify() {
[INFO] [stdout]     |                ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> crates/doo_codegen/src/optimize.rs:267:16
[INFO] [stdout]     |
[INFO] [stdout] 267 |     if let Err(e) = module.run_passes(passes, &target_machine, pass_options) {
[INFO] [stdout]     |                ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> crates/doo_codegen/src/packages/database.rs:219:50
[INFO] [stdout]     |
[INFO] [stdout] 219 |         if let doo_core::types::TypeKind::Enum { name, variants, .. } = &info.kind {
[INFO] [stdout]     |                                                  ^^^^ help: try ignoring the field: `name: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `convert_i64_to_type` is never used
[INFO] [stdout]    --> crates/doo_codegen/src/builder.rs:258:4
[INFO] [stdout]     |
[INFO] [stdout] 258 | fn convert_i64_to_type<'ctx>(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `convert_to_i64` is never used
[INFO] [stdout]    --> crates/doo_codegen/src/builder.rs:330:4
[INFO] [stdout]     |
[INFO] [stdout] 330 | fn convert_to_i64<'ctx>(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `emit_map_loop_via_keys`, `get_or_declare_free`, and `get_or_declare_get_field` are never used
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:1732:8
[INFO] [stdout]      |
[INFO] [stdout]   12 | impl JsonBuiltins {
[INFO] [stdout]      | ----------------- associated functions in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 1732 |     fn emit_map_loop_via_keys<'ctx>(
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1897 |     fn get_or_declare_free<'ctx>(ctx: &mut CodegenContext<'ctx>) -> FunctionValue<'ctx> {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2225 |     fn get_or_declare_get_field<'ctx>(ctx: &mut CodegenContext<'ctx>) -> FunctionValue<'ctx> {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_path_param` and `param_source_index` are never used
[INFO] [stdout]   --> crates/doo_codegen/src/instructions/calls/mod.rs:71:12
[INFO] [stdout]    |
[INFO] [stdout] 51 | impl RouteContext {
[INFO] [stdout]    | ----------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 71 |     pub fn is_path_param(&self, param_name: &str) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 88 |     pub fn param_source_index(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `use_custom_allocator` is never read
[INFO] [stdout]   --> crates/doo_codegen/src/memory.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct MemoryManager {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] 13 |     /// Whether to use custom allocator
[INFO] [stdout] 14 |     use_custom_allocator: bool,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `last_err` is never read
[INFO] [stdout]    --> ffi/doo_ffi_db/src/drivers/postgres/pool.rs:260:24
[INFO] [stdout]     |
[INFO] [stdout] 260 |     let mut last_err = String::new();
[INFO] [stdout]     |                        ^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 288 |                 last_err = e;
[INFO] [stdout]     |                 -------- `last_err` is overwritten here before the previous value is read
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicTypeEnum<'_>`
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:1192:36
[INFO] [stdout]      |
[INFO] [stdout] 1192 |                     .struct_type(&[key_llvm.into(), val_llvm.into()], false);
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<BasicTypeEnum<'_> as Into<BasicTypeEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: `#[deny(self_type_conversion)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicTypeEnum<'_>`
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:1192:53
[INFO] [stdout]      |
[INFO] [stdout] 1192 |                     .struct_type(&[key_llvm.into(), val_llvm.into()], false);
[INFO] [stdout]      |                                                     ^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<BasicTypeEnum<'_> as Into<BasicTypeEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicTypeEnum<'_>`
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:1318:38
[INFO] [stdout]      |
[INFO] [stdout] 1318 |                     .map(|(_, t, _)| ctx.get_llvm_type(*t).into())
[INFO] [stdout]      |                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<BasicTypeEnum<'_> as Into<BasicTypeEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicTypeEnum<'_>`
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:1380:30
[INFO] [stdout]      |
[INFO] [stdout] 1380 |                     .map(|t| ctx.get_llvm_type(*t).into())
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<BasicTypeEnum<'_> as Into<BasicTypeEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicTypeEnum<'_>`
[INFO] [stdout]    --> crates/doo_codegen/src/builtins/map.rs:118:28
[INFO] [stdout]     |
[INFO] [stdout] 118 |             .struct_type(&[key_llvm.into(), val_llvm.into()], false);
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]     = note: you can instead use the fully-qualified path `<BasicTypeEnum<'_> as Into<BasicTypeEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicTypeEnum<'_>`
[INFO] [stdout]    --> crates/doo_codegen/src/builtins/map.rs:118:45
[INFO] [stdout]     |
[INFO] [stdout] 118 |             .struct_type(&[key_llvm.into(), val_llvm.into()], false);
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]     = note: you can instead use the fully-qualified path `<BasicTypeEnum<'_> as Into<BasicTypeEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicTypeEnum<'_>`
[INFO] [stdout]    --> crates/doo_codegen/src/builtins/map.rs:200:28
[INFO] [stdout]     |
[INFO] [stdout] 200 |             .struct_type(&[key_llvm.into(), val_llvm.into()], false);
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]     = note: you can instead use the fully-qualified path `<BasicTypeEnum<'_> as Into<BasicTypeEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicTypeEnum<'_>`
[INFO] [stdout]    --> crates/doo_codegen/src/builtins/map.rs:200:45
[INFO] [stdout]     |
[INFO] [stdout] 200 |             .struct_type(&[key_llvm.into(), val_llvm.into()], false);
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]     = note: you can instead use the fully-qualified path `<BasicTypeEnum<'_> as Into<BasicTypeEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicTypeEnum<'_>`
[INFO] [stdout]    --> crates/doo_codegen/src/builtins/map.rs:288:28
[INFO] [stdout]     |
[INFO] [stdout] 288 |             .struct_type(&[key_llvm.into(), val_llvm.into()], false);
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]     = note: you can instead use the fully-qualified path `<BasicTypeEnum<'_> as Into<BasicTypeEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicTypeEnum<'_>`
[INFO] [stdout]    --> crates/doo_codegen/src/builtins/map.rs:288:45
[INFO] [stdout]     |
[INFO] [stdout] 288 |             .struct_type(&[key_llvm.into(), val_llvm.into()], false);
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]     = note: you can instead use the fully-qualified path `<BasicTypeEnum<'_> as Into<BasicTypeEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicValueEnum<'_>`
[INFO] [stdout]   --> crates/doo_codegen/src/instructions/control_flow.rs:75:30
[INFO] [stdout]    |
[INFO] [stdout] 75 |                     .map(|v| v.into())
[INFO] [stdout]    |                              ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]    = note: you can instead use the fully-qualified path `<BasicValueEnum<'_> as Into<BasicValueEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicTypeEnum<'_>`
[INFO] [stdout]   --> crates/doo_codegen/src/instructions/maps.rs:49:36
[INFO] [stdout]    |
[INFO] [stdout] 49 |                     .struct_type(&[key_llvm.into(), val_llvm.into()], false);
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]    = note: you can instead use the fully-qualified path `<BasicTypeEnum<'_> as Into<BasicTypeEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicTypeEnum<'_>`
[INFO] [stdout]   --> crates/doo_codegen/src/instructions/maps.rs:49:53
[INFO] [stdout]    |
[INFO] [stdout] 49 |                     .struct_type(&[key_llvm.into(), val_llvm.into()], false);
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]    = note: you can instead use the fully-qualified path `<BasicTypeEnum<'_> as Into<BasicTypeEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicTypeEnum<'_>`
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/maps.rs:104:36
[INFO] [stdout]     |
[INFO] [stdout] 104 |                     .struct_type(&[key_llvm.into(), val_llvm.into()], false);
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]     = note: you can instead use the fully-qualified path `<BasicTypeEnum<'_> as Into<BasicTypeEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicTypeEnum<'_>`
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/maps.rs:104:53
[INFO] [stdout]     |
[INFO] [stdout] 104 |                     .struct_type(&[key_llvm.into(), val_llvm.into()], false);
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]     = note: you can instead use the fully-qualified path `<BasicTypeEnum<'_> as Into<BasicTypeEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicTypeEnum<'_>`
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/maps.rs:227:36
[INFO] [stdout]     |
[INFO] [stdout] 227 |                     .struct_type(&[key_llvm.into(), val_llvm.into()], false);
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]     = note: you can instead use the fully-qualified path `<BasicTypeEnum<'_> as Into<BasicTypeEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicTypeEnum<'_>`
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/maps.rs:227:53
[INFO] [stdout]     |
[INFO] [stdout] 227 |                     .struct_type(&[key_llvm.into(), val_llvm.into()], false);
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]     = note: you can instead use the fully-qualified path `<BasicTypeEnum<'_> as Into<BasicTypeEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicTypeEnum<'_>`
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/maps.rs:342:36
[INFO] [stdout]     |
[INFO] [stdout] 342 |                     .struct_type(&[key_llvm.into(), val_llvm.into()], false);
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]     = note: you can instead use the fully-qualified path `<BasicTypeEnum<'_> as Into<BasicTypeEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicTypeEnum<'_>`
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/maps.rs:342:53
[INFO] [stdout]     |
[INFO] [stdout] 342 |                     .struct_type(&[key_llvm.into(), val_llvm.into()], false);
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]     = note: you can instead use the fully-qualified path `<BasicTypeEnum<'_> as Into<BasicTypeEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicTypeEnum<'_>`
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/calls/call_print.rs:377:18
[INFO] [stdout]     |
[INFO] [stdout] 377 |         .map(|t| ctx.get_llvm_type(*t).into())
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]     = note: you can instead use the fully-qualified path `<BasicTypeEnum<'_> as Into<BasicTypeEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicTypeEnum<'_>`
[INFO] [stdout]     --> crates/doo_codegen/src/instructions/calls/call_print.rs:1026:24
[INFO] [stdout]      |
[INFO] [stdout] 1026 |         .struct_type(&[key_llvm.into(), val_llvm.into()], false);
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<BasicTypeEnum<'_> as Into<BasicTypeEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicTypeEnum<'_>`
[INFO] [stdout]     --> crates/doo_codegen/src/instructions/calls/call_print.rs:1026:41
[INFO] [stdout]      |
[INFO] [stdout] 1026 |         .struct_type(&[key_llvm.into(), val_llvm.into()], false);
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<BasicTypeEnum<'_> as Into<BasicTypeEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicValueEnum<'_>`
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/enums.rs:436:22
[INFO] [stdout]     |
[INFO] [stdout] 436 |             .map(|v| v.into())
[INFO] [stdout]     |                      ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]     = note: you can instead use the fully-qualified path `<BasicValueEnum<'_> as Into<BasicValueEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicValueEnum<'_>`
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/enums.rs:437:24
[INFO] [stdout]     |
[INFO] [stdout] 437 |             .unwrap_or(payload_ptr.into())
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]     = note: you can instead use the fully-qualified path `<BasicValueEnum<'_> as Into<BasicValueEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicValueEnum<'_>`
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/enums.rs:684:34
[INFO] [stdout]     |
[INFO] [stdout] 684 |                         .map(|v| v.into())
[INFO] [stdout]     |                                  ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]     = note: you can instead use the fully-qualified path `<BasicValueEnum<'_> as Into<BasicValueEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicValueEnum<'_>`
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/enums.rs:696:38
[INFO] [stdout]     |
[INFO] [stdout] 696 | ...                   .map(|v| v.into())
[INFO] [stdout]     |                                ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]     = note: you can instead use the fully-qualified path `<BasicValueEnum<'_> as Into<BasicValueEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicValueEnum<'_>`
[INFO] [stdout]   --> crates/doo_codegen/src/instructions/casts.rs:59:29
[INFO] [stdout]    |
[INFO] [stdout] 59 | / ...                   ctx.builder
[INFO] [stdout] 60 | | ...                       .build_call(cast_fn, &[source_val.into()], "cast_str_int")
[INFO] [stdout] 61 | | ...                       .ok()?
[INFO] [stdout] 62 | | ...                       .try_as_basic_value()
[INFO] [stdout] 63 | | ...                       .basic()?
[INFO] [stdout] 64 | | ...                       .into(),
[INFO] [stdout]    | |_________________________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]    = note: you can instead use the fully-qualified path `<BasicValueEnum<'_> as Into<BasicValueEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicValueEnum<'_>`
[INFO] [stdout]   --> crates/doo_codegen/src/instructions/casts.rs:85:29
[INFO] [stdout]    |
[INFO] [stdout] 85 | / ...                   ctx.builder
[INFO] [stdout] 86 | | ...                       .build_call(cast_fn, &[source_val.into()], "cast_str_float")
[INFO] [stdout] 87 | | ...                       .ok()?
[INFO] [stdout] 88 | | ...                       .try_as_basic_value()
[INFO] [stdout] 89 | | ...                       .basic()?
[INFO] [stdout] 90 | | ...                       .into(),
[INFO] [stdout]    | |_________________________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]    = note: you can instead use the fully-qualified path `<BasicValueEnum<'_> as Into<BasicValueEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `doo_codegen` (lib test) due to 28 previous errors; 200 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> crates/doo_codegen/src/optimize.rs:212:13
[INFO] [stdout]     |
[INFO] [stdout] 212 |         Err(e) => {
[INFO] [stdout]     |             ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> crates/doo_codegen/src/optimize.rs:248:16
[INFO] [stdout]     |
[INFO] [stdout] 248 |     if let Err(e) = module.verify() {
[INFO] [stdout]     |                ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> crates/doo_codegen/src/optimize.rs:267:16
[INFO] [stdout]     |
[INFO] [stdout] 267 |     if let Err(e) = module.run_passes(passes, &target_machine, pass_options) {
[INFO] [stdout]     |                ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> crates/doo_codegen/src/packages/database.rs:219:50
[INFO] [stdout]     |
[INFO] [stdout] 219 |         if let doo_core::types::TypeKind::Enum { name, variants, .. } = &info.kind {
[INFO] [stdout]     |                                                  ^^^^ help: try ignoring the field: `name: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `convert_i64_to_type` is never used
[INFO] [stdout]    --> crates/doo_codegen/src/builder.rs:258:4
[INFO] [stdout]     |
[INFO] [stdout] 258 | fn convert_i64_to_type<'ctx>(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `convert_to_i64` is never used
[INFO] [stdout]    --> crates/doo_codegen/src/builder.rs:330:4
[INFO] [stdout]     |
[INFO] [stdout] 330 | fn convert_to_i64<'ctx>(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `emit_map_loop_via_keys`, `get_or_declare_free`, and `get_or_declare_get_field` are never used
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:1732:8
[INFO] [stdout]      |
[INFO] [stdout]   12 | impl JsonBuiltins {
[INFO] [stdout]      | ----------------- associated functions in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 1732 |     fn emit_map_loop_via_keys<'ctx>(
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1897 |     fn get_or_declare_free<'ctx>(ctx: &mut CodegenContext<'ctx>) -> FunctionValue<'ctx> {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2225 |     fn get_or_declare_get_field<'ctx>(ctx: &mut CodegenContext<'ctx>) -> FunctionValue<'ctx> {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_path_param` and `param_source_index` are never used
[INFO] [stdout]   --> crates/doo_codegen/src/instructions/calls/mod.rs:71:12
[INFO] [stdout]    |
[INFO] [stdout] 51 | impl RouteContext {
[INFO] [stdout]    | ----------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 71 |     pub fn is_path_param(&self, param_name: &str) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 88 |     pub fn param_source_index(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `use_custom_allocator` is never read
[INFO] [stdout]   --> crates/doo_codegen/src/memory.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct MemoryManager {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] 13 |     /// Whether to use custom allocator
[INFO] [stdout] 14 |     use_custom_allocator: bool,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicTypeEnum<'_>`
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:1192:36
[INFO] [stdout]      |
[INFO] [stdout] 1192 |                     .struct_type(&[key_llvm.into(), val_llvm.into()], false);
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<BasicTypeEnum<'_> as Into<BasicTypeEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout]      = note: `#[deny(self_type_conversion)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicTypeEnum<'_>`
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:1192:53
[INFO] [stdout]      |
[INFO] [stdout] 1192 |                     .struct_type(&[key_llvm.into(), val_llvm.into()], false);
[INFO] [stdout]      |                                                     ^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<BasicTypeEnum<'_> as Into<BasicTypeEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicTypeEnum<'_>`
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:1318:38
[INFO] [stdout]      |
[INFO] [stdout] 1318 |                     .map(|(_, t, _)| ctx.get_llvm_type(*t).into())
[INFO] [stdout]      |                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<BasicTypeEnum<'_> as Into<BasicTypeEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicTypeEnum<'_>`
[INFO] [stdout]     --> crates/doo_codegen/src/builtins/json.rs:1380:30
[INFO] [stdout]      |
[INFO] [stdout] 1380 |                     .map(|t| ctx.get_llvm_type(*t).into())
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<BasicTypeEnum<'_> as Into<BasicTypeEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicTypeEnum<'_>`
[INFO] [stdout]    --> crates/doo_codegen/src/builtins/map.rs:118:28
[INFO] [stdout]     |
[INFO] [stdout] 118 |             .struct_type(&[key_llvm.into(), val_llvm.into()], false);
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]     = note: you can instead use the fully-qualified path `<BasicTypeEnum<'_> as Into<BasicTypeEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicTypeEnum<'_>`
[INFO] [stdout]    --> crates/doo_codegen/src/builtins/map.rs:118:45
[INFO] [stdout]     |
[INFO] [stdout] 118 |             .struct_type(&[key_llvm.into(), val_llvm.into()], false);
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]     = note: you can instead use the fully-qualified path `<BasicTypeEnum<'_> as Into<BasicTypeEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicTypeEnum<'_>`
[INFO] [stdout]    --> crates/doo_codegen/src/builtins/map.rs:200:28
[INFO] [stdout]     |
[INFO] [stdout] 200 |             .struct_type(&[key_llvm.into(), val_llvm.into()], false);
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]     = note: you can instead use the fully-qualified path `<BasicTypeEnum<'_> as Into<BasicTypeEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicTypeEnum<'_>`
[INFO] [stdout]    --> crates/doo_codegen/src/builtins/map.rs:200:45
[INFO] [stdout]     |
[INFO] [stdout] 200 |             .struct_type(&[key_llvm.into(), val_llvm.into()], false);
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]     = note: you can instead use the fully-qualified path `<BasicTypeEnum<'_> as Into<BasicTypeEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicTypeEnum<'_>`
[INFO] [stdout]    --> crates/doo_codegen/src/builtins/map.rs:288:28
[INFO] [stdout]     |
[INFO] [stdout] 288 |             .struct_type(&[key_llvm.into(), val_llvm.into()], false);
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]     = note: you can instead use the fully-qualified path `<BasicTypeEnum<'_> as Into<BasicTypeEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicTypeEnum<'_>`
[INFO] [stdout]    --> crates/doo_codegen/src/builtins/map.rs:288:45
[INFO] [stdout]     |
[INFO] [stdout] 288 |             .struct_type(&[key_llvm.into(), val_llvm.into()], false);
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]     = note: you can instead use the fully-qualified path `<BasicTypeEnum<'_> as Into<BasicTypeEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicValueEnum<'_>`
[INFO] [stdout]   --> crates/doo_codegen/src/instructions/control_flow.rs:75:30
[INFO] [stdout]    |
[INFO] [stdout] 75 |                     .map(|v| v.into())
[INFO] [stdout]    |                              ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]    = note: you can instead use the fully-qualified path `<BasicValueEnum<'_> as Into<BasicValueEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicTypeEnum<'_>`
[INFO] [stdout]   --> crates/doo_codegen/src/instructions/maps.rs:49:36
[INFO] [stdout]    |
[INFO] [stdout] 49 |                     .struct_type(&[key_llvm.into(), val_llvm.into()], false);
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]    = note: you can instead use the fully-qualified path `<BasicTypeEnum<'_> as Into<BasicTypeEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicTypeEnum<'_>`
[INFO] [stdout]   --> crates/doo_codegen/src/instructions/maps.rs:49:53
[INFO] [stdout]    |
[INFO] [stdout] 49 |                     .struct_type(&[key_llvm.into(), val_llvm.into()], false);
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]    = note: you can instead use the fully-qualified path `<BasicTypeEnum<'_> as Into<BasicTypeEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicTypeEnum<'_>`
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/maps.rs:104:36
[INFO] [stdout]     |
[INFO] [stdout] 104 |                     .struct_type(&[key_llvm.into(), val_llvm.into()], false);
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]     = note: you can instead use the fully-qualified path `<BasicTypeEnum<'_> as Into<BasicTypeEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicTypeEnum<'_>`
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/maps.rs:104:53
[INFO] [stdout]     |
[INFO] [stdout] 104 |                     .struct_type(&[key_llvm.into(), val_llvm.into()], false);
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]     = note: you can instead use the fully-qualified path `<BasicTypeEnum<'_> as Into<BasicTypeEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicTypeEnum<'_>`
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/maps.rs:227:36
[INFO] [stdout]     |
[INFO] [stdout] 227 |                     .struct_type(&[key_llvm.into(), val_llvm.into()], false);
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]     = note: you can instead use the fully-qualified path `<BasicTypeEnum<'_> as Into<BasicTypeEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicTypeEnum<'_>`
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/maps.rs:227:53
[INFO] [stdout]     |
[INFO] [stdout] 227 |                     .struct_type(&[key_llvm.into(), val_llvm.into()], false);
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]     = note: you can instead use the fully-qualified path `<BasicTypeEnum<'_> as Into<BasicTypeEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicTypeEnum<'_>`
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/maps.rs:342:36
[INFO] [stdout]     |
[INFO] [stdout] 342 |                     .struct_type(&[key_llvm.into(), val_llvm.into()], false);
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]     = note: you can instead use the fully-qualified path `<BasicTypeEnum<'_> as Into<BasicTypeEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicTypeEnum<'_>`
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/maps.rs:342:53
[INFO] [stdout]     |
[INFO] [stdout] 342 |                     .struct_type(&[key_llvm.into(), val_llvm.into()], false);
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]     = note: you can instead use the fully-qualified path `<BasicTypeEnum<'_> as Into<BasicTypeEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicTypeEnum<'_>`
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/calls/call_print.rs:377:18
[INFO] [stdout]     |
[INFO] [stdout] 377 |         .map(|t| ctx.get_llvm_type(*t).into())
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]     = note: you can instead use the fully-qualified path `<BasicTypeEnum<'_> as Into<BasicTypeEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicTypeEnum<'_>`
[INFO] [stdout]     --> crates/doo_codegen/src/instructions/calls/call_print.rs:1026:24
[INFO] [stdout]      |
[INFO] [stdout] 1026 |         .struct_type(&[key_llvm.into(), val_llvm.into()], false);
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<BasicTypeEnum<'_> as Into<BasicTypeEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicTypeEnum<'_>`
[INFO] [stdout]     --> crates/doo_codegen/src/instructions/calls/call_print.rs:1026:41
[INFO] [stdout]      |
[INFO] [stdout] 1026 |         .struct_type(&[key_llvm.into(), val_llvm.into()], false);
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]      = note: you can instead use the fully-qualified path `<BasicTypeEnum<'_> as Into<BasicTypeEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicValueEnum<'_>`
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/enums.rs:436:22
[INFO] [stdout]     |
[INFO] [stdout] 436 |             .map(|v| v.into())
[INFO] [stdout]     |                      ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]     = note: you can instead use the fully-qualified path `<BasicValueEnum<'_> as Into<BasicValueEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicValueEnum<'_>`
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/enums.rs:437:24
[INFO] [stdout]     |
[INFO] [stdout] 437 |             .unwrap_or(payload_ptr.into())
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]     = note: you can instead use the fully-qualified path `<BasicValueEnum<'_> as Into<BasicValueEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicValueEnum<'_>`
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/enums.rs:684:34
[INFO] [stdout]     |
[INFO] [stdout] 684 |                         .map(|v| v.into())
[INFO] [stdout]     |                                  ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]     = note: you can instead use the fully-qualified path `<BasicValueEnum<'_> as Into<BasicValueEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicValueEnum<'_>`
[INFO] [stdout]    --> crates/doo_codegen/src/instructions/enums.rs:696:38
[INFO] [stdout]     |
[INFO] [stdout] 696 | ...                   .map(|v| v.into())
[INFO] [stdout]     |                                ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]     = note: you can instead use the fully-qualified path `<BasicValueEnum<'_> as Into<BasicValueEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicValueEnum<'_>`
[INFO] [stdout]   --> crates/doo_codegen/src/instructions/casts.rs:59:29
[INFO] [stdout]    |
[INFO] [stdout] 59 | / ...                   ctx.builder
[INFO] [stdout] 60 | | ...                       .build_call(cast_fn, &[source_val.into()], "cast_str_int")
[INFO] [stdout] 61 | | ...                       .ok()?
[INFO] [stdout] 62 | | ...                       .try_as_basic_value()
[INFO] [stdout] 63 | | ...                       .basic()?
[INFO] [stdout] 64 | | ...                       .into(),
[INFO] [stdout]    | |_________________________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]    = note: you can instead use the fully-qualified path `<BasicValueEnum<'_> as Into<BasicValueEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: useless conversion to the same type: `BasicValueEnum<'_>`
[INFO] [stdout]   --> crates/doo_codegen/src/instructions/casts.rs:85:29
[INFO] [stdout]    |
[INFO] [stdout] 85 | / ...                   ctx.builder
[INFO] [stdout] 86 | | ...                       .build_call(cast_fn, &[source_val.into()], "cast_str_float")
[INFO] [stdout] 87 | | ...                       .ok()?
[INFO] [stdout] 88 | | ...                       .try_as_basic_value()
[INFO] [stdout] 89 | | ...                       .basic()?
[INFO] [stdout] 90 | | ...                       .into(),
[INFO] [stdout]    | |_________________________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this method call relies on the `impl<T> Into<T> for T` blanket implementation and type inference, which is a semver hazard as a new `impl Into<_>` that affects your type might be added in the future causing type inference errors
[INFO] [stdout]    = note: you can instead use the fully-qualified path `<BasicValueEnum<'_> as Into<BasicValueEnum<'_>>::into(val) to avoid triggering this lint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `to_pascal_case` is never used
[INFO] [stdout]   --> ffi/doo_ffi_db/src/drivers/postgres/json_utils.rs:16:8
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub fn to_pascal_case(s: &str) -> String {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `row_to_json_value` is never used
[INFO] [stdout]   --> ffi/doo_ffi_db/src/drivers/postgres/json_utils.rs:97:8
[INFO] [stdout]    |
[INFO] [stdout] 97 | pub fn row_to_json_value(row: &Row) -> serde_json::Value {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `row_col_to_value` is never used
[INFO] [stdout]    --> ffi/doo_ffi_db/src/drivers/postgres/json_utils.rs:195:4
[INFO] [stdout]     |
[INFO] [stdout] 195 | fn row_col_to_value(row: &Row, i: usize) -> serde_json::Value {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `to_pascal_case` is never used
[INFO] [stdout]   --> ffi/doo_ffi_db/src/drivers/postgres/json_utils.rs:16:8
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub fn to_pascal_case(s: &str) -> String {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `row_to_json_value` is never used
[INFO] [stdout]   --> ffi/doo_ffi_db/src/drivers/postgres/json_utils.rs:97:8
[INFO] [stdout]    |
[INFO] [stdout] 97 | pub fn row_to_json_value(row: &Row) -> serde_json::Value {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `row_col_to_value` is never used
[INFO] [stdout]    --> ffi/doo_ffi_db/src/drivers/postgres/json_utils.rs:195:4
[INFO] [stdout]     |
[INFO] [stdout] 195 | fn row_col_to_value(row: &Row, i: usize) -> serde_json::Value {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `doo_codegen` (lib) due to 28 previous errors; 200 warnings emitted
[INFO] [stdout] warning: value assigned to `params_owned` is never read
[INFO] [stdout]    --> ffi/doo_ffi_http/src/server.rs:572:13
[INFO] [stdout]     |
[INFO] [stdout] 572 |             params_owned = String::new(); // unused, no alloc
[INFO] [stdout]     |             ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `params_owned` is never read
[INFO] [stdout]    --> ffi/doo_ffi_http/src/server.rs:572:13
[INFO] [stdout]     |
[INFO] [stdout] 572 |             params_owned = String::new(); // unused, no alloc
[INFO] [stdout]     |             ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> ffi/doo_ffi_http/src/rbac.rs:614:23
[INFO] [stdout]     |
[INFO] [stdout] 614 |         let uid_str = unsafe { c_to_string(user_id_ptr) };
[INFO] [stdout]     |                       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `exp` is never read
[INFO] [stdout]    --> ffi/doo_ffi_http/src/middleware.rs:291:13
[INFO] [stdout]     |
[INFO] [stdout] 288 |         struct JwtClaims {
[INFO] [stdout]     |                --------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 291 |             exp: Option<usize>,
[INFO] [stdout]     |             ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `make_crud_list_handler` is never used
[INFO] [stdout]    --> ffi/doo_ffi_http/src/crud.rs:116:4
[INFO] [stdout]     |
[INFO] [stdout] 116 | fn make_crud_list_handler(resource: String) -> DooHandlerFn {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> ffi/doo_ffi_http/src/metadata.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct StructMetadata {
[INFO] [stdout]    |            -------------- field in this struct
[INFO] [stdout] 36 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `StructMetadata` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `filter_response_fields` is never used
[INFO] [stdout]    --> ffi/doo_ffi_http/src/metadata.rs:198:15
[INFO] [stdout]     |
[INFO] [stdout] 198 | pub(crate) fn filter_response_fields(
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `serialize_struct_recursive` is never used
[INFO] [stdout]    --> ffi/doo_ffi_http/src/response.rs:744:15
[INFO] [stdout]     |
[INFO] [stdout] 744 | pub(crate) fn serialize_struct_recursive(
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `serialize_array` is never used
[INFO] [stdout]    --> ffi/doo_ffi_http/src/response.rs:913:15
[INFO] [stdout]     |
[INFO] [stdout] 913 | pub(crate) fn serialize_array(
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `register_route_with_middleware` is never used
[INFO] [stdout]    --> ffi/doo_ffi_http/src/routes.rs:205:4
[INFO] [stdout]     |
[INFO] [stdout] 205 | fn register_route_with_middleware(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> ffi/doo_ffi_http/src/rbac.rs:614:23
[INFO] [stdout]     |
[INFO] [stdout] 614 |         let uid_str = unsafe { c_to_string(user_id_ptr) };
[INFO] [stdout]     |                       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `exp` is never read
[INFO] [stdout]    --> ffi/doo_ffi_http/src/middleware.rs:291:13
[INFO] [stdout]     |
[INFO] [stdout] 288 |         struct JwtClaims {
[INFO] [stdout]     |                --------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 291 |             exp: Option<usize>,
[INFO] [stdout]     |             ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `make_crud_list_handler` is never used
[INFO] [stdout]    --> ffi/doo_ffi_http/src/crud.rs:116:4
[INFO] [stdout]     |
[INFO] [stdout] 116 | fn make_crud_list_handler(resource: String) -> DooHandlerFn {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> ffi/doo_ffi_http/src/metadata.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct StructMetadata {
[INFO] [stdout]    |            -------------- field in this struct
[INFO] [stdout] 36 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `StructMetadata` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `filter_response_fields` is never used
[INFO] [stdout]    --> ffi/doo_ffi_http/src/metadata.rs:198:15
[INFO] [stdout]     |
[INFO] [stdout] 198 | pub(crate) fn filter_response_fields(
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `serialize_struct_recursive` is never used
[INFO] [stdout]    --> ffi/doo_ffi_http/src/response.rs:744:15
[INFO] [stdout]     |
[INFO] [stdout] 744 | pub(crate) fn serialize_struct_recursive(
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `serialize_array` is never used
[INFO] [stdout]    --> ffi/doo_ffi_http/src/response.rs:913:15
[INFO] [stdout]     |
[INFO] [stdout] 913 | pub(crate) fn serialize_array(
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `register_route_with_middleware` is never used
[INFO] [stdout]    --> ffi/doo_ffi_http/src/routes.rs:205:4
[INFO] [stdout]     |
[INFO] [stdout] 205 | fn register_route_with_middleware(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "cf22ab6dd47f476b9c27f8f34f1e0b0c044db81bff44677c4b6ec945e38f97e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cf22ab6dd47f476b9c27f8f34f1e0b0c044db81bff44677c4b6ec945e38f97e9", kill_on_drop: false }`
[INFO] [stdout] cf22ab6dd47f476b9c27f8f34f1e0b0c044db81bff44677c4b6ec945e38f97e9
